Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Fix: The file dialog button should have the same background as other …
Browse files Browse the repository at this point in the history
…toolbar buttons. Closes ckeditor/ckeditor5#850.
  • Loading branch information
oleq committed Feb 15, 2018
1 parent 012d606 commit c9ae59c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theme/ckeditor5-ui/components/editorui/editorui.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/131 */
& > .ck-button,
& > .ck-dropdown > .ck-button,
& > .ck-file-dialog-button > .ck-button,
& > .ck-dropdown > .ck-splitbutton > .ck-button {
&:not(:hover):not(:focus):not(.ck-on),
&.ck-disabled {
Expand Down

0 comments on commit c9ae59c

Please sign in to comment.