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

pull/21833/head
Andy Balaam 2022-01-21 15:40:51 +00:00 committed by GitHub
parent cf0141467e
commit 9fefce6721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -125,3 +125,7 @@ $roomtopic-color: $secondary-content;
}
}
}
.mx_Dialog_buttons button.mx_LocationPicker_cancelButton::before {
background-color: $background !important;
}