Make clear button images visible in high contrast theme (#7306)

This commit is contained in:
Andy Balaam
2021-12-09 09:13:03 +00:00
committed by GitHub
parent 3f4b5df574
commit e0162d255e

View File

@@ -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;
}
}
}
}