Suppress focus outline for scrollbar elements

Issue #6412
This commit is contained in:
Marijn Haverbeke 2020-09-13 11:35:26 +02:00
parent 2250b4a848
commit fd2e32250e
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
position: absolute;
z-index: 6;
display: none;
outline: none;
}
.CodeMirror-vscrollbar {
right: 0; top: 0;