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:
Sahil Batra 2023-01-05 17:20:21 +05:30 committed by Tim Abbott
parent 4e63794ddd
commit e804795fa6
1 changed files with 7 additions and 0 deletions

View File

@ -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) {