Fix #59502 - maintain 1px border on select when focused to keep it stable

This commit is contained in:
Rob Lourens 2018-09-30 19:01:39 -05:00
parent 59545128b2
commit 3288426fcf

View file

@ -139,7 +139,7 @@
}
.monaco-shell .mac select:focus {
border: none; /* outline is a square, but border has a radius, so we avoid this glitch when focused (https://github.com/Microsoft/vscode/issues/26045) */
border-color: transparent; /* outline is a square, but border has a radius, so we avoid this glitch when focused (https://github.com/Microsoft/vscode/issues/26045) */
}
.monaco-shell .monaco-tree.focused .monaco-tree-row.focused [tabindex="0"]:focus {