Skip to content

Commit

Permalink
Merge Settings editor labels into a single group (#142045)
Browse files Browse the repository at this point in the history
Refactor Settings editor labels to be under a single group.
Also fix VoiceOver support on macOS for those labels.

Fixes #107748
Fixes #141960
  • Loading branch information
rzhao271 authored Feb 3, 2022
1 parent 7455bc4 commit 870ab1e
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 108 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,10 @@
display: inline-block; /* size to contents for hover to show context button */
}

.settings-editor > .settings-body > .settings-tree-container .setting-item-contents .setting-item-title .comma {
padding-right: 4px;
}

.settings-editor > .settings-body > .settings-tree-container .setting-item-contents .setting-item-modified-indicator {
display: none;
}
Expand All @@ -335,18 +339,8 @@
bottom: 23px;
}

.settings-editor > .settings-body > .settings-tree-container .setting-item-contents .setting-item-title .setting-item-overrides {
.settings-editor > .settings-body > .settings-tree-container .setting-item-contents .setting-item-title > .misc-label {
font-style: italic;
margin-right: 4px;
}

.settings-editor > .settings-body > .settings-tree-container .setting-item-contents .setting-item-title .setting-item-ignored,
.settings-editor > .settings-body > .settings-tree-container .setting-item-contents .setting-item-title .setting-item-default-overridden {
font-style: italic;
}

.settings-editor > .settings-body > .settings-tree-container .setting-item-contents .setting-item-title .setting-item-default-overridden {
margin-right: 4px;
}

.settings-editor > .settings-body > .settings-tree-container .setting-item-contents .setting-item-title .setting-item-ignored .codicon,
Expand Down
Loading

0 comments on commit 870ab1e

Please sign in to comment.