Skip to content

Commit e912639

Browse files
committed
fix(scss): hotfix for quill toolbar dark
1 parent a7b7898 commit e912639

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

scss/themes/dark/_quill.scss

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// stylelint-disable selector-max-compound-selectors, selector-max-class, selector-max-combinators
2+
.ql-toolbar.ql-snow {
3+
color: $gray-200;
4+
background-color: $gray-800;
5+
.ql-stroke {
6+
stroke: $gray-200;
7+
}
8+
.ql-fill {
9+
fill: $gray-200;
10+
}
11+
.ql-picker {
12+
color: $gray-200;
13+
&.ql-expanded .ql-picker-options {
14+
background-color: $gray-750;
15+
border: 1px solid $gray-700;
16+
}
17+
}
18+
}

0 commit comments

Comments
 (0)