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

Make the close button of the location share dialog visible in high-contrast theme #7597

Merged
merged 1 commit into from
Jan 21, 2022
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
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;
}