fix better tasks color

This commit is contained in:
Matteo Pagliazzi 2019-07-25 21:47:58 +02:00
parent b0bb537501
commit ea13aece21

View file

@ -168,7 +168,7 @@
&-better { // teal
&-control {
&-bg {
background: $teal-50 !important;
background: $teal-100 !important;
&:hover {
.habit-control { background: rgba(26, 24, 29, 0.48) !important; }
.daily-todo-control { background: rgba(255, 255, 255, 0.72) !important; }
@ -176,19 +176,19 @@
}
&-inner-habit { background: rgba(26, 24, 29, 0.24) !important; }
&-inner-daily-todo { background: #8dedf6 !important; }
&-checkbox { color: $teal-50 !important; }
&-checkbox { color: $teal-100 !important; }
}
&-modal {
&-bg { background: $teal-50 !important; }
&-icon { color: $teal-50 !important; }
&-bg { background: $teal-100 !important; }
&-icon { color: $teal-100 !important; }
&-text { color: $teal-10 !important; }
&-option-disabled:hover {
.svg-icon { color: $teal-50 !important; }
.svg-icon { color: $teal-100 !important; }
.option-item-label { color: $teal-10 !important; }
}
&-habit-control-disabled:hover {
.habit-control { background: $teal-50 !important; }
.habit-control { background: $teal-100 !important; }
.option-item-label { color: $teal-10 !important; }
}
}