splitbutton.css 311 B

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