Fix disabled button display

This commit is contained in:
2020-02-24 22:42:51 +01:00
parent 3fd854ddf1
commit d4b274c685
4 changed files with 12 additions and 2 deletions

View File

@@ -29,6 +29,10 @@
#notes_box { #notes_box {
#notes { #notes {
height: 100%; height: 100%;
#tiny {
display: none;
}
} }
#notes_feedback { #notes_feedback {

View File

@@ -11,6 +11,12 @@
//fill: theme-color-level("primary", 2); //fill: theme-color-level("primary", 2);
fill: $col_main_1; fill: $col_main_1;
} }
.tox-tbtn--disabled svg,
.tox-tbtn--disabled:hover svg,
.tox-tbtn:disabled svg,
.tox-tbtn:disabled:hover svg {
fill: $gray-300;
}
.tox-tbtn__select-label { .tox-tbtn__select-label {
color: $col_main_1; color: $col_main_1;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long