File tree Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1111 }
1212
1313 .bp3-menu ,
14- .bp3-popover .bp3-popover-content {
14+ .bp3-popover .bp3-popover-content , .bp3-popover2 .bp3-popover2-content {
1515 background-color : @background-1 ;
1616 }
1717
18- .bp3-popover .bp3-popover-arrow-fill {
18+ .bp3-popover .bp3-popover-arrow-fill , .bp3-popover2 .bp3-popover2-arrow-fill {
1919 fill : @background-1 ;
2020 }
2121
Original file line number Diff line number Diff line change @@ -43,13 +43,8 @@ header {
4343 padding-right : 116px !important ;
4444}
4545
46- .disabled-menu-tooltip {
47- display : flex ;
46+ .disabled-menu-tooltip.bp3-popover-target , .disabled-menu-tooltip.bp3-popover2-target {
4847 width : 100% ;
49-
50- .bp3-popover-target {
51- width : 100% ;
52- }
5348}
5449
5550.commands.is-mac {
Original file line number Diff line number Diff line change 9191 }
9292 }
9393
94- .bp3-popover-target {
95- display : inherit ;
94+ .bp3-popover-target , .bp3-popover2-target {
95+ display : inline ;
9696 }
9797
9898 .disabled-version {
Original file line number Diff line number Diff line change @@ -185,6 +185,7 @@ export const renderItem: ItemRenderer<RunnableVersion> = (
185185 preventOverflow : { enabled : false } ,
186186 hide : { enabled : false } ,
187187 } }
188+ position = "bottom"
188189 intent = { Intent . PRIMARY }
189190 content = { `Version is not available on current OS` }
190191 >
You can’t perform that action at this time.
0 commit comments