Other: Introduced disabled styles of a list item (see ckeditor/ckeditor5-ui#389).
@@ -3,6 +3,7 @@
* For licensing, see LICENSE.md.
*/
+@import "../../../mixins/_disabled.css";
@import "../../../mixins/_rounded.css";
@import "../../../mixins/_shadow.css";
@@ -28,6 +29,10 @@
outline: none;
}
+
+ &.ck-disabled {
+ @mixin ck-disabled;
+ }
.ck.ck-list__item_active {