buttondropdown.css 222 B

12345678910
  1. /*
  2. * Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md.
  4. */
  5. .ck-dropdown .ck-button-group .ck-button {
  6. &:focus {
  7. z-index: calc(var(--ck-z-default) + 1);
  8. }
  9. }