Skip to content

Commit 7de0f0e

Browse files
authored
Merge pull request microsoft#250149 from eli-w-king/eli/getting-started-codicon-arrows-color
Changed left and right arrows in new welcome experience to match next and back button styling.
2 parents 06f70ad + d62610e commit 7de0f0e

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

src/vs/workbench/contrib/welcomeGettingStarted/browser/media/gettingStarted.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,7 @@
629629
max-height: 100%;
630630
}
631631

632+
632633
.monaco-workbench .part.editor > .content .gettingStartedContainer .gettingStartedSlideDetails .gettingStartedDetailsContent > .getting-started-footer {
633634
grid-area: footer;
634635
align-self: flex-end;
@@ -977,11 +978,23 @@
977978
text-decoration: var(--text-link-decoration);
978979
}
979980

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+
980994
.monaco-workbench .part.editor > .content .gettingStartedContainer .start-container .button-link {
981995
line-height: 24px;
982996
}
983997

984-
985998
.monaco-workbench .part.editor > .content .gettingStartedContainer a:not(.hide-category-button):hover {
986999
color: var(--vscode-textLink-activeForeground);
9871000
}

0 commit comments

Comments
 (0)