Ver Fonte

Fix: SplitButton state `isOn` is not properly shown.

Maciej Gołaszewski há 8 anos atrás
pai
commit
1e822f9fda

+ 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;