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

Make clear button images visible in high contrast theme #7306

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;
}
}
}
}