Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Make clear button images visible in high contrast theme (#7306)
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam authored Dec 9, 2021
1 parent 3f4b5df commit e0162d2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions res/themes/light-high-contrast/css/_light-high-contrast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
}

0 comments on commit e0162d2

Please sign in to comment.