浏览代码

Fix: Image upload button should not have white background.

Aleksander Nowodzinski 8 年之前
父节点
当前提交
3d36d83f86
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/editorui/editorui.css

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