File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 }
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 }
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
You can’t perform that action at this time.
0 commit comments