瀏覽代碼

Extracted no color indicator styles from theme-lark.

Aleksander Nowodzinski 5 年之前
父節點
當前提交
04c5e9b157
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      packages/ckeditor5-table/theme/colorinput.css

+ 12 - 0
packages/ckeditor5-table/theme/colorinput.css

@@ -25,4 +25,16 @@
 			display: none;
 		}
 	}
+
+	& .ck.ck-input-color__button {
+		& .ck.ck-input-color__button__preview {
+			position: relative;
+			overflow: hidden;
+
+			& > .ck.ck-input-color__button__preview__no-color-indicator {
+				position: absolute;
+				display: block;
+			}
+		}
+	}
 }