Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #171 from ckeditor/t/ckeditor5-ui/389
Browse files Browse the repository at this point in the history
Other: Introduced disabled styles of a list item (see ckeditor/ckeditor5-ui#389).
  • Loading branch information
oleq committed Jun 5, 2018
2 parents d0c692a + 9674224 commit b4a069c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions theme/ckeditor5-ui/components/list/list.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* For licensing, see LICENSE.md.
*/

@import "../../../mixins/_disabled.css";
@import "../../../mixins/_rounded.css";
@import "../../../mixins/_shadow.css";

Expand All @@ -28,6 +29,10 @@

outline: none;
}

&.ck-disabled {
@mixin ck-disabled;
}
}

.ck.ck-list__item_active {
Expand Down

0 comments on commit b4a069c

Please sign in to comment.