8
0
Просмотр исходного кода

Fix: Dropdown's button should look the same as other active buttons when the dropdown is open. Closes ckeditor/ckeditor5#806.

Aleksander Nowodzinski 8 лет назад
Родитель
Сommit
6421661790

+ 1 - 1
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/editorui/editorui.css

@@ -38,7 +38,7 @@
 			background: transparent;
 		}
 
-		&.ck-on:not(.ck-button_with-text) {
+		&.ck-on {
 			@mixin ck-button-colors --ck-color-editor-toolbar-button-on;
 		}
 	}