File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
src/vs/workbench/contrib/welcomeGettingStarted/browser/media Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 397
397
.monaco-workbench .part .editor > .content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step {
398
398
display : flex;
399
399
width : 100% ;
400
- margin : 4 px 0 ;
400
+ margin : 8 px 0 ;
401
401
overflow : hidden;
402
- border-radius : 3 px ;
402
+ border-radius : 6 px ;
403
403
}
404
404
405
405
.monaco-workbench .part .editor > .content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .button-container : not (: last-of-type ) {
416
416
}
417
417
418
418
.monaco-workbench .part .editor > .content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step : not (.expanded ) {
419
- height : 54 px ;
419
+ height : 48 px ;
420
420
background : none;
421
- opacity : 0.8 ;
421
+ color : var (--vscode-descriptionForeground );
422
+ }
423
+
424
+ .monaco-workbench .part .editor > .content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step : not (.expanded ): hover {
425
+ background : var (--vscode-welcomePage-tileHoverBackground );
422
426
}
423
427
424
428
.monaco-workbench .part .editor > .content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step : not (.expanded ) .step-title {
You can’t perform that action at this time.
0 commit comments