| 12345678910111213 |
- /*
- * Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
- */
- .ck-splitbutton {
- /* Enable font size inheritance, which allows fluid UI scaling. */
- font-size: inherit;
- & .ck-splitbutton__action:focus {
- z-index: calc(var(--ck-z-default) + 1);
- }
- }
|