Respect the system high contrast setting when using system theme (#7043)
* Respect the system high contrast setting when using system theme * Restore correct behaviour of getEffectiveTheme
This commit is contained in:
parent
76254977d6
commit
68b64564c0
3 changed files with 65 additions and 8 deletions
|
@ -2,6 +2,7 @@
|
|||
$accent: #268075;
|
||||
$alert: #D62C25;
|
||||
$links: #0A6ECA;
|
||||
$primary-content: #17191C;
|
||||
$secondary-content: #5E6266;
|
||||
$tertiary-content: $secondary-content;
|
||||
$quaternary-content: $secondary-content;
|
||||
|
@ -106,3 +107,11 @@ $roomtopic-color: $secondary-content;
|
|||
.mx_FontScalingPanel_fontSlider {
|
||||
background-color: $roomlist-button-bg-color !important;
|
||||
}
|
||||
|
||||
.mx_ThemeChoicePanel > .mx_ThemeSelectors > .mx_RadioButton input[type="radio"]:disabled + div {
|
||||
border-color: $primary-content;
|
||||
}
|
||||
|
||||
.mx_ThemeChoicePanel > .mx_ThemeSelectors > .mx_RadioButton.mx_RadioButton_disabled {
|
||||
color: $primary-content;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue