mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-27 19:08:21 +01:00
Mac: Select dropdowns in light theme are not styled (fixes #2510)
This commit is contained in:
@@ -181,4 +181,9 @@
|
||||
background-color: #3C3C3C;
|
||||
border-color: #3C3C3C;
|
||||
color: rgb(204, 204, 204);
|
||||
}
|
||||
|
||||
.vs.monaco-workbench .action-bar-select {
|
||||
background-color: white;
|
||||
border-color: #CECECE;
|
||||
}
|
||||
@@ -51,6 +51,7 @@
|
||||
|
||||
.monaco-shell.vs [tabindex="0"]:focus,
|
||||
.monaco-shell.vs .synthetic-focus,
|
||||
.monaco-shell.vs select:focus,
|
||||
.monaco-shell.vs input[type="button"]:focus,
|
||||
.monaco-shell.vs input[type="submit"]:focus,
|
||||
.monaco-shell.vs input[type="text"]:focus, .monaco-shell.vs textarea:focus,
|
||||
|
||||
Reference in New Issue
Block a user