Skip to content

Commit 385130d

Browse files
authored
Use custom focus style on featured case study (#274)
1 parent d58fa7c commit 385130d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tbx/static_src/sass/components/_featured-case-study.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@
9494
&__link {
9595
display: block;
9696
margin-bottom: $spacer-small;
97+
98+
&:focus {
99+
@include focus-style();
100+
}
97101
}
98102

99103
&__link-text {

0 commit comments

Comments
 (0)