Skip to content

Commit

Permalink
fix activitybar icon focus style (microsoft#19150)
Browse files Browse the repository at this point in the history
* fix activity bar icon accessibility issue

* use state
  • Loading branch information
alanrenmsft authored Apr 19, 2022
1 parent d3a457d commit 6395402
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6395402

Please sign in to comment.