Fix high contrast theme in settings (#12649)
* Fix high contrast theme in settings * fix comment
This commit is contained in:
@@ -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 */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user