From 9fefce672145fa3cb8f507d5788cf1eaebafaef8 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Fri, 21 Jan 2022 15:40:51 +0000 Subject: [PATCH] Make the close button of the location share dialog visible in high-contrast theme (#7597) --- res/themes/light-high-contrast/css/_light-high-contrast.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/themes/light-high-contrast/css/_light-high-contrast.scss b/res/themes/light-high-contrast/css/_light-high-contrast.scss index 6e9394f548..0c5d48314c 100644 --- a/res/themes/light-high-contrast/css/_light-high-contrast.scss +++ b/res/themes/light-high-contrast/css/_light-high-contrast.scss @@ -125,3 +125,7 @@ $roomtopic-color: $secondary-content; } } } + +.mx_Dialog_buttons button.mx_LocationPicker_cancelButton::before { + background-color: $background !important; +}