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

Fix high contrast theme in settings #12649

Merged
merged 3 commits into from
Jun 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,8 @@ $accent-1400: var(--cpd-color-green-1400);
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 */
florianduros marked this conversation as resolved.
Show resolved Hide resolved
.mx_TabbedView_tabPanel {
margin-left: 236px !important; /* Remove 4 to allow 4 in mx_SettingsTab */
}
.mx_SettingsTab {
padding-left: 4px !important;
}
.mx_BaseCard {
padding-left: 4px !important; /* Remove 4 to allow 4 in mx_BaseCard_Group */
}
Expand Down
Loading