Skip to content

Commit

Permalink
Removed inner shadow for active drop-downs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Magdalena Chrześcian committed Jan 4, 2021
1 parent 9b7e7c9 commit ffbee5f
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,16 @@
&.ck-dropdown__button_label-width_auto .ck-button__label {
width: auto;
}

/* https://github.com/ckeditor/ckeditor5/issues/8699 */
&.ck-off:active,
&.ck-on:active {
box-shadow: none;

&:focus {
@mixin ck-box-shadow var(--ck-focus-outer-shadow);
}
}
}
}

Expand Down

0 comments on commit ffbee5f

Please sign in to comment.