mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 09:42:34 -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);
|
||||
}
|
||||
|
||||
@@ -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