From c9ae59c2190c2eb529da48ae88a481c6adecd414 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Thu, 15 Feb 2018 13:23:13 +0100 Subject: [PATCH] Fix: The file dialog button should have the same background as other toolbar buttons. Closes ckeditor/ckeditor5#850. --- theme/ckeditor5-ui/components/editorui/editorui.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/ckeditor5-ui/components/editorui/editorui.css b/theme/ckeditor5-ui/components/editorui/editorui.css index c6ffb96..b6b04c8 100644 --- a/theme/ckeditor5-ui/components/editorui/editorui.css +++ b/theme/ckeditor5-ui/components/editorui/editorui.css @@ -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 {