mirror of https://github.com/zulip/zulip.git
settings: Fix text color for discard button in dark theme.
We change the color of text and "x" icon in the discard button in dark theme to be same as that of other text in the settings page.
This commit is contained in:
parent
4e63794ddd
commit
e804795fa6
|
@ -1398,6 +1398,13 @@
|
|||
background-color: hsla(0, 0%, 100%, 0.1);
|
||||
}
|
||||
}
|
||||
|
||||
#settings_page,
|
||||
#stream_settings {
|
||||
.save-button-controls .discard-button {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@supports (-moz-appearance: none) {
|
||||
|
|
Loading…
Reference in New Issue