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

Fix: Image upload button should not have white background.

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

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

@@ -30,7 +30,9 @@
 		border-width: 0;
 	}
 
+	/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/120 */
 	& > .ck-button,
+	& > * > .ck-button,
 	& .ck-dropdown__button {
 		&:not(:hover):not(:focus):not(.ck-on),
 		&.ck-disabled {