Procházet zdrojové kódy

Adjusted embed source editor when previews are unavailable to make it clear textarea is read-only.

Aleksander Nowodzinski před 5 roky
rodič
revize
97cfb573a3

+ 5 - 0
packages/ckeditor5-theme-lark/theme/ckeditor5-html-embed/htmlembed.css

@@ -28,6 +28,11 @@
 		resize: none;
 		min-width: 0;
 		padding: var(--ck-spacing-standard);
+
+		&[disabled] {
+			background: hsl(0deg 0% 97%);
+			color: hsl(0deg 0% 56%);
+		}
 	}
 
 	/* Using the feature with previews enabled. */