Skip to content

Commit d811319

Browse files
committed
fix the focus
1 parent 519f77c commit d811319

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

stories/Atom/Navigation/MenuItems/menu-items.scss

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
letter-spacing: 0.03em;
1414
text-transform: uppercase;
1515

16+
&:focus,
1617
&:hover {
1718
color: $color-gray-600;
1819
cursor: pointer;

stories/Components/UIcomponents/LanguageSwitcher/language-switcher.scss

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
}
9494
}
9595

96+
&:focus,
9697
&:hover {
9798
color: $color-blue-400;
9899

0 commit comments

Comments
 (0)