Procházet zdrojové kódy

Merge branch 'master' into t/ckeditor5-table/1

Aleksander Nowodzinski před 7 roky
rodič
revize
e6d806841f

+ 5 - 0
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/list/list.css

@@ -3,6 +3,7 @@
  * For licensing, see LICENSE.md.
  * For licensing, see LICENSE.md.
  */
  */
 
 
+@import "../../../mixins/_disabled.css";
 @import "../../../mixins/_rounded.css";
 @import "../../../mixins/_rounded.css";
 @import "../../../mixins/_shadow.css";
 @import "../../../mixins/_shadow.css";
 
 
@@ -28,6 +29,10 @@
 
 
 		outline: none;
 		outline: none;
 	}
 	}
+
+	&.ck-disabled {
+		@mixin ck-disabled;
+	}
 }
 }
 
 
 .ck.ck-list__item_active {
 .ck.ck-list__item_active {