Skip to content

Commit 6a4bbca

Browse files
committed
add custom focus ring to footer logo links
1 parent 25bab41 commit 6a4bbca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tbx/static_src/sass/components/_footer.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
display: flex;
8282
align-items: center;
8383
height: 100%;
84+
85+
&:focus {
86+
@include focus-style($shadow: true);
87+
}
8488
}
8589

8690
&__logo {

0 commit comments

Comments
 (0)