Skip to content

Commit 760f5f6

Browse files
committed
Paint link icon in white in high contrast mode; fixes 1515516
1 parent b3d296d commit 760f5f6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/typescriptlang-org/src/templates/pages/css/documentation.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
&:hover {
2929
background-color: $ts-light-bg-grey;
3030
}
31+
3132
&:active {
3233
background-color: $ts-light-bg-grey-highlight-color;
3334
margin-bottom: 19px;
@@ -36,6 +37,10 @@
3637

3738
@media screen and (-ms-high-contrast: active) {
3839
border: 1px solid grey;
40+
41+
svg path {
42+
fill: white;
43+
}
3944
}
4045

4146
&.headline {
@@ -99,6 +104,7 @@
99104

100105
&.wide {
101106
justify-content: space-between;
107+
102108
.item {
103109
min-width: 240px;
104110
}
@@ -154,4 +160,4 @@ div#like-dislike-subnav {
154160
}
155161
}
156162
}
157-
}
163+
}

0 commit comments

Comments
 (0)