Kaynağa Gözat

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 8 yıl önce
ebeveyn
işleme
80ab91f482

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