MOBILE-4470 qtype_match: Fix some text color when reviewing
parent
fb7f63732c
commit
8e14b018a7
|
@ -5,10 +5,12 @@
|
||||||
|
|
||||||
.addon-qtype-match-correct {
|
.addon-qtype-match-correct {
|
||||||
color: var(--success);
|
color: var(--success);
|
||||||
|
--subdued-text-color: var(--success);
|
||||||
}
|
}
|
||||||
|
|
||||||
.addon-qtype-match-incorrect {
|
.addon-qtype-match-incorrect {
|
||||||
color: var(--danger);
|
color: var(--danger);
|
||||||
|
--subdued-text-color: var(--danger);
|
||||||
}
|
}
|
||||||
|
|
||||||
ion-select::part(label) {
|
ion-select::part(label) {
|
||||||
|
|
Loading…
Reference in New Issue