mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
Fix high contrast theme in settings (#12649)
* Fix high contrast theme in settings * fix comment
This commit is contained in:
parent
87bdc784b8
commit
4a4c17253e
1 changed files with 1 additions and 8 deletions
|
@ -64,14 +64,7 @@ $accent-1400: var(--cpd-color-green-1400);
|
||||||
outline-offset: 2px;
|
outline-offset: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Add padding (and remove margin to compensate), so the outline is not */
|
/* Add padding, so the outline is not chopped off on the left */
|
||||||
/* chopped off on the left */
|
|
||||||
.mx_TabbedView_tabPanel {
|
|
||||||
margin-left: 236px !important; /* Remove 4 to allow 4 in mx_SettingsTab */
|
|
||||||
}
|
|
||||||
.mx_SettingsTab {
|
|
||||||
padding-left: 4px !important;
|
|
||||||
}
|
|
||||||
.mx_BaseCard {
|
.mx_BaseCard {
|
||||||
padding-left: 4px !important; /* Remove 4 to allow 4 in mx_BaseCard_Group */
|
padding-left: 4px !important; /* Remove 4 to allow 4 in mx_BaseCard_Group */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue