fix activitybar icon focus style (#19150)

* fix activity bar icon accessibility issue

* use state
This commit is contained in:
Alan Ren
2022-04-19 14:26:49 -07:00
committed by GitHub
parent d3a457daa3
commit 6395402b80
2 changed files with 8 additions and 0 deletions

View File

@@ -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);
}