8
0

buttondropdown.scss 254 B

123456789101112
  1. // Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
  2. // For licensing, see LICENSE.md or http://ckeditor.com/license
  3. .ck-dropdown {
  4. .ck-button-group {
  5. .ck-button {
  6. &:focus {
  7. z-index: ck-z('default', 1);
  8. }
  9. }
  10. }
  11. }