File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2222 border-left-color : $color-green-shade ;
2323 }
2424
25+ & :focus-within > * {
26+ color : $color-white ;
27+ }
28+
29+
2530 // User Queries
2631 @media screen and (prefers-reduced-motion : reduce) {
2732 transition : none ;
2833 }
2934}
3035
3136// Color the author link when the title link is focused
37+ .c-card-resource__title :focus ,
3238.c-card-resource__title :focus ~ .c-card-resource__meta ,
3339.c-card-resource__title :focus ~ .c-card-resource__description {
3440 color : $color-white ;
Original file line number Diff line number Diff line change 1717 background-color : $color-white ;
1818 }
1919
20- & :focus-within {
20+ & :focus-within ,
21+ & :focus-within * {
2122 color : $color-white ;
2223 }
2324
5354
5455
5556// Color the author link when the title link is focused
57+ .c-featured__title :focus ,
5658.c-featured__title :focus ~ .c-featured__meta ,
5759.c-featured__title :focus ~ .c-featured__description {
5860 color : $color-white ;
You can’t perform that action at this time.
0 commit comments