mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 01:25:39 -05:00
fix activitybar icon focus style (#19150)
* fix activity bar icon accessibility issue * use state
This commit is contained in:
@@ -18,3 +18,7 @@
|
||||
.monaco-workbench .activitybar .monaco-action-bar .action-label.dataExplorer:hover {
|
||||
background-color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
.monaco-workbench .activitybar .monaco-action-bar .action-item:focus .action-label.dataExplorer {
|
||||
background-color: rgba(255, 255, 255);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user