mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
Fix #59502 - maintain 1px border on select when focused to keep it stable
This commit is contained in:
parent
59545128b2
commit
3288426fcf
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue