We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea45ce6 commit 830e58eCopy full SHA for 830e58e
1 file changed
src/vs/workbench/browser/parts/activitybar/media/activitybarpart.css
@@ -38,14 +38,17 @@
38
.monaco-workbench .activitybar > .content > .home-bar > .home-bar-icon-badge {
39
position: absolute;
40
right: 10px;
41
- bottom: 10px;
42
- width: 16px;
43
- height: 16px;
+ bottom: 9px;
+ width: 14px;
+ height: 14px;
44
z-index: 1; /* on top of home indicator */
45
background-image: url('../../../media/code-icon.svg');
46
background-repeat: no-repeat;
47
background-position: center center;
48
- background-size: 16px;
+ background-size: 14px;
49
+ pointer-events: none;
50
+ border-top: 2px solid transparent;
51
+ border-left: 2px solid transparent;
52
}
53
54
/** Viewlet Switcher */
0 commit comments