Skip to content

Commit

Permalink
Adjust active indicator on Windows (Fixes #140647)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Jan 13, 2022
1 parent 43f35c1 commit b7f4e90
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,16 @@
right: 0;
}

/* Adjust position for Windows https://github.com/microsoft/vscode/issues/140647 */

.monaco-workbench.windows .activitybar.left > .content :not(.monaco-menu) > .monaco-action-bar .action-item .active-item-indicator:before{
left: 1px;
}

.monaco-workbench.windows .activitybar.right > .content :not(.monaco-menu) > .monaco-action-bar .action-item .active-item-indicator:before {
right: 2px;
}

/* Hides outline on HC as focus is handled by border */
.monaco-workbench.hc-black .activitybar.left > .content :not(.monaco-menu) > .monaco-action-bar .action-item:focus:before,
.monaco-workbench.hc-black .activitybar.right > .content :not(.monaco-menu) > .monaco-action-bar .action-item:focus:before {
Expand Down

0 comments on commit b7f4e90

Please sign in to comment.