From 4a4c17253e1dfe8d0a9605279f8da87c8d334f31 Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Fri, 21 Jun 2024 15:37:57 +0200 Subject: [PATCH] Fix high contrast theme in settings (#12649) * Fix high contrast theme in settings * fix comment --- .../light-high-contrast/css/_light-high-contrast.pcss | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/res/themes/light-high-contrast/css/_light-high-contrast.pcss b/res/themes/light-high-contrast/css/_light-high-contrast.pcss index 2ba97c5a72..a306e769b0 100644 --- a/res/themes/light-high-contrast/css/_light-high-contrast.pcss +++ b/res/themes/light-high-contrast/css/_light-high-contrast.pcss @@ -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 */ }