Skip to content

Commit 1c6ebbd

Browse files
committed
Use the focus border color on the home screen
1 parent 0dc30a9 commit 1c6ebbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

theme/home.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
&:focus-visible {
179179
outline-width: @homeCardBorderSize !important;
180180
outline-style: solid;
181-
outline-color: var(--pxt-primary-background);
181+
outline-color: var(--pxt-focus-border);
182182
outline-offset: 2px;
183183
}
184184
}
@@ -205,7 +205,7 @@
205205
&:focus-visible {
206206
outline-width: @homeCardBorderSize !important;
207207
outline-style: solid;
208-
outline-color: var(--pxt-primary-background);
208+
outline-color: var(--pxt-focus-border);
209209
outline-offset: 2px;
210210
}
211211
}
@@ -485,7 +485,7 @@
485485
border: 2px solid transparent;
486486
outline-width: @homeCardBorderSize !important;
487487
outline-style: solid;
488-
outline-color: var(--pxt-primary-background);
488+
outline-color: var(--pxt-focus-border);
489489
}
490490
}
491491

0 commit comments

Comments
 (0)