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

Commit

Permalink
Fix high contrast theme in settings (#12649)
Browse files Browse the repository at this point in the history
* Fix high contrast theme in settings

* fix comment
  • Loading branch information
florianduros authored Jun 21, 2024
1 parent 87bdc78 commit 4a4c172
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions res/themes/light-high-contrast/css/_light-high-contrast.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
}
Expand Down

0 comments on commit 4a4c172

Please sign in to comment.