Fix high contrast theme in settings (#12649)

* Fix high contrast theme in settings

* fix comment
This commit is contained in:
Florian Duros
2024-06-21 15:37:57 +02:00
committed by GitHub
parent 87bdc784b8
commit 4a4c17253e

View File

@@ -64,14 +64,7 @@ $accent-1400: var(--cpd-color-green-1400);
outline-offset: 2px;
}
/* Add padding (and remove margin to compensate), so the outline is not */
/* 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;
}
/* Add padding, so the outline is not chopped off on the left */
.mx_BaseCard {
padding-left: 4px !important; /* Remove 4 to allow 4 in mx_BaseCard_Group */
}