File tree Expand file tree Collapse file tree
src/vs/workbench/browser/parts/activitybar/media Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66.monaco-workbench .activitybar > .content : not (.monaco-menu ) > .monaco-action-bar .action-item {
77 display : block;
88 position : relative;
9- padding : 5 px 0 ;
9+ margin-bottom : 8 px ;
1010}
11+
1112.monaco-workbench .activitybar > .content : not (.monaco-menu ) > .monaco-action-bar .action-label {
1213 position : relative;
1314 z-index : 1 ;
1415 display : flex;
1516 overflow : hidden;
16- height : 40 px ;
17+ height : 48 px ;
1718 margin-right : 0 ;
1819 box-sizing : border-box;
1920
3536.monaco-workbench .activitybar > .content : not (.monaco-menu ) > .monaco-action-bar .action-item : focus : before {
3637 content : "" ;
3738 position : absolute;
38- top : 9px ;
39- height : 32px ;
39+ top : 0 ;
4040 z-index : 1 ;
41- top : 5 px ;
42- height : 40 px ;
41+ top : 0 ;
42+ height : 100 % ;
4343 width : 0 ;
4444 border-left : 2px solid;
4545}
5050}
5151
5252.monaco-workbench .activitybar > .content : not (.monaco-menu ) > .monaco-action-bar .action-item .checked : focus .active-item-indicator : before {
53- border-left : none ; /* don't show active border + focus at the same time, focus takes priority */
53+ visibility : hidden ; /* don't show active border + focus at the same time, focus takes priority */
5454}
5555
5656/* Hides active elements in high contrast mode */
6262 border-left : none !important ; /* no focus feedback when using mouse */
6363}
6464
65+ .monaco-workbench .activitybar .left > .content : not (.monaco-menu ) > .monaco-action-bar .action-item : focus : before ,
6566.monaco-workbench .activitybar .left > .content : not (.monaco-menu ) > .monaco-action-bar .action-item .checked .active-item-indicator : before {
6667 left : 0 ;
6768}
6869
69- .monaco-workbench .activitybar .left > .content : not (.monaco-menu ) > .monaco-action-bar .action-item : focus : before {
70- left : 1px ;
71- }
72-
70+ .monaco-workbench .activitybar .right > .content : not (.monaco-menu ) > .monaco-action-bar .action-item .checked .active-item-indicator : before ,
7371.monaco-workbench .activitybar .right > .content : not (.monaco-menu ) > .monaco-action-bar .action-item : focus : before {
74- right : 1px ;
75- }
76-
77- .monaco-workbench .activitybar .right > .content : not (.monaco-menu ) > .monaco-action-bar .action-item .checked .active-item-indicator : before {
78- right : 2px ;
72+ right : 0 ;
7973}
8074
8175/* Hides outline on HC as focus is handled by border */
8882.monaco-workbench .activitybar > .content : not (.monaco-menu ) > .monaco-action-bar .badge {
8983 position : absolute;
9084 z-index : 1 ;
91- top : 5px ;
85+ top : 0 ;
86+ bottom : 0 ;
87+ margin : auto;
9288 left : 0 ;
9389 overflow : hidden;
94- width : 50 px ;
95- height : 40 px ;
90+ width : 100 % ;
91+ height : 100 % ;
9692}
9793
9894.monaco-workbench .activitybar > .content : not (.monaco-menu ) > .monaco-action-bar .badge .badge-content {
9995 position : absolute;
100- top : 20 px ;
96+ top : 24 px ;
10197 right : 8px ;
10298 font-size : 9px ;
10399 font-weight : 600 ;
113109
114110.monaco-workbench .activitybar .right > .content : not (.monaco-menu ) > .monaco-action-bar .action-label : not (.codicon ) {
115111 margin-left : 0 ;
116- padding : 0 50 px 0 0 ;
112+ padding : 0 48 px 0 0 ;
117113 background-position : calc (100% - 9px ) center;
118114}
119115
You can’t perform that action at this time.
0 commit comments