File tree 3 files changed +5
-4
lines changed
extensions/locales-defaults/locales
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 50
50
min-width : 120px ;
51
51
52
52
& :hover {
53
- background-color : var (--button-background );
53
+ background-color : var (--menu-selectionBackground );
54
54
color : var (--button-foreground );
55
55
}
56
56
Original file line number Diff line number Diff line change 19
19
"menu.copyLineUp" : " 向上拷贝" ,
20
20
"menu.view" : " 视图" ,
21
21
"menu.commandPalette" : " 命令面板" ,
22
- "menu.openView" : " 打开试图 " ,
22
+ "menu.openView" : " 打开视图 " ,
23
23
"menu.appearance" : " 外观" ,
24
24
"menu.showMenuBar" : " 显示菜单栏" ,
25
25
"menu.showSideBar" : " 显示边栏" ,
Original file line number Diff line number Diff line change 33
33
34
34
& --horizontal {
35
35
align-items : center ;
36
- background : var (--activityBar-background );
36
+ background-color : var (--activityBar-background );
37
37
display : flex ;
38
38
height : 30px ;
39
39
justify-content : center ;
40
40
width : 100% ;
41
41
42
42
> #{$menu } {
43
- background : var ( --activityBar-background ) ;
43
+ background-color : inherit ;
44
44
box-shadow : none ;
45
45
color : var (--foreground );
46
+ height : 100% ;
46
47
47
48
& --horizontal {
48
49
#{$menu } __item {
You can’t perform that action at this time.
0 commit comments