Make the close button of the location share dialog visible in high-contrast theme (#7597)
parent
cf0141467e
commit
9fefce6721
|
@ -125,3 +125,7 @@ $roomtopic-color: $secondary-content;
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mx_Dialog_buttons button.mx_LocationPicker_cancelButton::before {
|
||||
background-color: $background !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue