Skip to content

Commit 0e93ebb

Browse files
committed
fix focus color
1 parent 7f72e17 commit 0e93ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Breadcrumb/Breadcrumb.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
& > button {
6060
color: #eee;
6161

62-
&:hover {
62+
&:hover, &:focus {
6363
color: #fff
6464
}
6565
}

0 commit comments

Comments
 (0)