Fix wrong text color on some buttons in light theme in web UI (#23156)
parent
4894deca7e
commit
13e9d91ba7
|
@ -12,6 +12,14 @@ html {
|
||||||
&.button-alternative-2 {
|
&.button-alternative-2 {
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.button-tertiary {
|
||||||
|
color: $highlight-text-color;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.simple_form .button.button-tertiary {
|
||||||
|
color: $highlight-text-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-card__actions button,
|
.status-card__actions button,
|
||||||
|
|
Loading…
Reference in New Issue