mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-15 02:48:30 -05:00
fix activitybar icon focus style (#19150)
* fix activity bar icon accessibility issue * use state
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
background-color: rgba(255, 255, 255);
|
||||
}
|
||||
|
||||
.monaco-workbench .activitybar .monaco-action-bar .action-item:focus .action-label.book {
|
||||
background-color: rgba(255, 255, 255);
|
||||
}
|
||||
|
||||
.notebookExplorer-viewlet > .header {
|
||||
box-sizing: border-box;
|
||||
padding: 5px 12px 6px 16px;
|
||||
|
||||
Reference in New Issue
Block a user