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

Commit

Permalink
Make the close button of the location share dialog visible in high-co…
Browse files Browse the repository at this point in the history
…ntrast theme (#7597)
  • Loading branch information
andybalaam authored Jan 21, 2022
1 parent cf01414 commit 9fefce6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 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 @@ -125,3 +125,7 @@ $roomtopic-color: $secondary-content;
}
}
}

.mx_Dialog_buttons button.mx_LocationPicker_cancelButton::before {
background-color: $background !important;
}

0 comments on commit 9fefce6

Please sign in to comment.