Browse Source

Didn't work in the previous way.

Piotrek Koszuliński 5 years ago
parent
commit
339559c362

+ 1 - 1
packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableselection.css

@@ -16,7 +16,7 @@
 		outline: unset;
 		box-shadow: unset;
 
-		&::selection {
+		& ::selection {
 			background-color: transparent;
 		}