Skip to content

Commit

Permalink
Issue: Select element border radius and color (fixes #26045)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed May 8, 2017
1 parent 7b7132c commit 674200f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vs/workbench/electron-browser/media/shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@
opacity: 1 !important;
}

.monaco-shell .mac select:focus {
border: none; /* outline is a square, but border has a radius, so we avoid this glitch when focussed (https://github.com/Microsoft/vscode/issues/26045) */
}

.monaco-shell.hc-black [tabindex="0"]:focus,
.monaco-shell.hc-black .synthetic-focus,
.monaco-shell.hc-black select:focus,
Expand Down

0 comments on commit 674200f

Please sign in to comment.