File tree 4 files changed +6
-10
lines changed
4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 11
11
}
12
12
13
13
.bp3-menu ,
14
- .bp3-popover .bp3-popover-content {
14
+ .bp3-popover .bp3-popover-content , .bp3-popover2 .bp3-popover2-content {
15
15
background-color : @background-1 ;
16
16
}
17
17
18
- .bp3-popover .bp3-popover-arrow-fill {
18
+ .bp3-popover .bp3-popover-arrow-fill , .bp3-popover2 .bp3-popover2-arrow-fill {
19
19
fill : @background-1 ;
20
20
}
21
21
Original file line number Diff line number Diff line change @@ -43,13 +43,8 @@ header {
43
43
padding-right : 116px !important ;
44
44
}
45
45
46
- .disabled-menu-tooltip {
47
- display : flex ;
46
+ .disabled-menu-tooltip.bp3-popover-target , .disabled-menu-tooltip.bp3-popover2-target {
48
47
width : 100% ;
49
-
50
- .bp3-popover-target {
51
- width : 100% ;
52
- }
53
48
}
54
49
55
50
.commands.is-mac {
Original file line number Diff line number Diff line change 91
91
}
92
92
}
93
93
94
- .bp3-popover-target {
95
- display : inherit ;
94
+ .bp3-popover-target , .bp3-popover2-target {
95
+ display : inline ;
96
96
}
97
97
98
98
.disabled-version {
Original file line number Diff line number Diff line change @@ -185,6 +185,7 @@ export const renderItem: ItemRenderer<RunnableVersion> = (
185
185
preventOverflow : { enabled : false } ,
186
186
hide : { enabled : false } ,
187
187
} }
188
+ position = "bottom"
188
189
intent = { Intent . PRIMARY }
189
190
content = { `Version is not available on current OS` }
190
191
>
You can’t perform that action at this time.
0 commit comments