Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 4a4c172

Browse files
authored
Fix high contrast theme in settings (#12649)
* Fix high contrast theme in settings * fix comment
1 parent 87bdc78 commit 4a4c172

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

res/themes/light-high-contrast/css/_light-high-contrast.pcss

+1-8
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,7 @@ $accent-1400: var(--cpd-color-green-1400);
6464
outline-offset: 2px;
6565
}
6666

67-
/* Add padding (and remove margin to compensate), so the outline is not */
68-
/* chopped off on the left */
69-
.mx_TabbedView_tabPanel {
70-
margin-left: 236px !important; /* Remove 4 to allow 4 in mx_SettingsTab */
71-
}
72-
.mx_SettingsTab {
73-
padding-left: 4px !important;
74-
}
67+
/* Add padding, so the outline is not chopped off on the left */
7568
.mx_BaseCard {
7669
padding-left: 4px !important; /* Remove 4 to allow 4 in mx_BaseCard_Group */
7770
}

0 commit comments

Comments
 (0)