Focus outline around extensions list as soon as I select an element (fixes #24932)

This commit is contained in:
Benjamin Pasero
2017-04-18 14:48:30 +02:00
parent 7baf026b9e
commit e0e4081265

View File

@@ -40,4 +40,7 @@
/* for OS X ballistic scrolling */
.monaco-list-row.scrolling {
display: none !important;
}
}
/* Focus */
.monaco-list.element-focused { outline: 0 !important; }