File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
src/vs/workbench/contrib/welcomeGettingStarted/browser/media Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 629
629
max-height : 100% ;
630
630
}
631
631
632
+
632
633
.monaco-workbench .part .editor > .content .gettingStartedContainer .gettingStartedSlideDetails .gettingStartedDetailsContent > .getting-started-footer {
633
634
grid-area : footer;
634
635
align-self : flex-end;
977
978
text-decoration : var (--text-link-decoration );
978
979
}
979
980
981
+ /* Make arrow icons consistent with the next and back buttons in color */
982
+ .monaco-workbench .part .editor > .content .gettingStartedContainer .codicon .codicon-arrow-left ,
983
+ .monaco-workbench .part .editor > .content .gettingStartedContainer .codicon .codicon-arrow-right {
984
+ color : var (--vscode-textLink-foreground );
985
+ font-size : 18px ;
986
+ }
987
+
988
+ /* Make arrow icons change color on hover, consistent with button-link hover */
989
+ .monaco-workbench .part .editor > .content .gettingStartedContainer .codicon .codicon-arrow-left : hover ,
990
+ .monaco-workbench .part .editor > .content .gettingStartedContainer .codicon .codicon-arrow-right : hover {
991
+ color : var (--vscode-textLink-activeForeground );
992
+ }
993
+
980
994
.monaco-workbench .part .editor > .content .gettingStartedContainer .start-container .button-link {
981
995
line-height : 24px ;
982
996
}
983
997
984
-
985
998
.monaco-workbench .part .editor > .content .gettingStartedContainer a : not (.hide-category-button ): hover {
986
999
color : var (--vscode-textLink-activeForeground );
987
1000
}
You can’t perform that action at this time.
0 commit comments