File tree Expand file tree Collapse file tree 4 files changed +62
-40
lines changed
features/classpathConfiguration/components Expand file tree Collapse file tree 4 files changed +62
-40
lines changed Original file line number Diff line number Diff line change 360360 "@iconify/react" : " ^1.1.4" ,
361361 "@reduxjs/toolkit" : " ^1.8.6" ,
362362 "@vscode/codicons" : " ^0.0.35" ,
363- "@vscode/webview-ui-toolkit" : " 1.2.2 " ,
363+ "@vscode/webview-ui-toolkit" : " 1.4.0 " ,
364364 "@xmldom/xmldom" : " ^0.8.3" ,
365365 "axios" : " ^1.6.0" ,
366366 "bootstrap" : " ^4.6.2" ,
Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ const JdkRuntime = (): JSX.Element => {
5555 className = "setting-section-option"
5656 key = "add-new-jdk"
5757 value = "add-new-jdk"
58+ id = "add-new-jdk"
5859 onMouseEnter = { ( ) => setOptionDescription ( "Select a JDK from the file system." ) }
5960 onMouseLeave = { ( ) => setOptionDescription ( activeVmInstallPath + 'asds' ) }
6061 onClick = { ( ) => handleSelectJdk ( "add-new-jdk" ) }
6162 >
6263 < div className = "setting-section-option-action" >
63- < span className = "codicon codicon-folder-opened" > </ span >
64- Add a new JDK...
64+ < span className = "codicon codicon-folder-opened" /> Add a new JDK...
6565 </ div >
6666 </ VSCodeOption >
6767 ) ;
Original file line number Diff line number Diff line change 5252 & [open ][position = ' below' ] .dropdown-above-description {
5353 display : none ;
5454 }
55+
5556 & [open ][position = ' above' ] .dropdown-below-description {
5657 display : none ;
5758 }
59+
60+ & [open ][position = ' above' ] #add-new-jdk {
61+ margin : calc (var (--design-unit ) * 1px ) 0 ;
62+ }
5863
5964 p {
6065 word-break : break-all ;
6570 .setting-section-option {
6671 padding : 0 4px ;
6772 .setting-section-option-action {
68- display : flex ;
69- align-items : flex-end ;
73+ display : flex ;
74+ align-items : flex-end ;
75+ .codicon {
76+ margin-right : calc (var (--design-unit ) * 1px );
77+ }
7078 }
7179 }
7280}
You can’t perform that action at this time.
0 commit comments