Skip to content

Commit b4f9c74

Browse files
authored
Added new shortCut color based on what is currently in vscode.light theme (#17223)
* Added new shortCut color based on what is currently in vscode.light theme * move vscode light shortcut to rest of vscode shortcuts * change to shortcut
1 parent e36ef1f commit b4f9c74

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/views/htmlcontent/src/css/color-theme.css

+1-7
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,6 @@
154154
border-color: silver;
155155
}
156156

157-
.vscode-light .shortCut {
158-
color: grey;
159-
}
160-
161-
162157
/** Dark Theme and High Contrast **/
163158

164159
.vscode-dark *, .vscode-high-contrast * {
@@ -265,8 +260,7 @@
265260
background: transparent;
266261
}
267262

268-
.vscode-dark .shortCut,
269-
.vscode-high-contrast .shortCut {
263+
.shortCut {
270264
color: var(--color-content);
271265
}
272266

0 commit comments

Comments
 (0)