mirror of https://github.com/vector-im/riot-web
Make clear button images visible in high contrast theme (#7306)
parent
3f4b5df574
commit
e0162d255e
|
@ -105,3 +105,23 @@ $roomtopic-color: $secondary-content;
|
|||
.mx_ThemeChoicePanel > .mx_ThemeSelectors > .mx_StyledRadioButton.mx_StyledRadioButton_disabled {
|
||||
color: $primary-content;
|
||||
}
|
||||
|
||||
.mx_RoomSearch {
|
||||
&.mx_RoomSearch_focused, &.mx_RoomSearch_hasQuery {
|
||||
.mx_RoomSearch_clearButton {
|
||||
&::before {
|
||||
background-color: $background !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mx_PollCreateDialog {
|
||||
.mx_PollCreateDialog_option {
|
||||
.mx_PollCreateDialog_removeOption {
|
||||
&::before {
|
||||
background-color: $background !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue