Parcourir la source

Extracted no color indicator styles from theme-lark.

Aleksander Nowodzinski il y a 5 ans
Parent
commit
04c5e9b157
1 fichiers modifiés avec 12 ajouts et 0 suppressions
  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;
+			}
+		}
+	}
 }