Selaa lähdekoodia

Tests: Simplified CSS in the theme test.

Aleksander Nowodzinski 7 vuotta sitten
vanhempi
commit
712fd7b41c
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      packages/ckeditor5-theme-lark/tests/manual/theme.html

+ 3 - 3
packages/ckeditor5-theme-lark/tests/manual/theme.html

@@ -5,9 +5,9 @@
 			line-height: 3em;
 		}
 
-		*[id*="icon"] .ck-icon + .ck-icon,
-		*[id*="button"] .ck-button + .ck-button:not(.ck-splitbutton__arrow),
-		*[id*="dropdown"] .ck-dropdown + .ck-dropdown {
+		*:not(.ck-toolbar) > .ck-icon + .ck-icon,
+		*:not(.ck-toolbar) > .ck-button + .ck-button:not(.ck-splitbutton__arrow),
+		*:not(.ck-toolbar) > .ck-dropdown + .ck-dropdown {
 			margin-left: 0.3em;
 		}