Преглед на файлове

Merge pull request #133 from ckeditor/t/131

Fix: Split button's arrow button should get a proper styling when the button is on. Closes #131.
Aleksander Nowodzinski преди 7 години
родител
ревизия
80ab91f482
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/editorui/editorui.css

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

@@ -36,8 +36,10 @@
 	}
 
 	/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/120 */
+	/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/131 */
 	& > .ck-button,
-	& > * > .ck-button {
+	& > .ck-dropdown > .ck-button,
+	& > .ck-dropdown > .ck-splitbutton > .ck-button {
 		&:not(:hover):not(:focus):not(.ck-on),
 		&.ck-disabled {
 			background: transparent;