Skip to content

Commit 252d229

Browse files
committed
fix: disable outline when element is focused
1 parent ac29c79 commit 252d229

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scss/_sidebar.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -972,6 +972,10 @@
972972
color: themes-get-value("sidebar-nav-link-active-icon-color");
973973
}
974974
}
975+
976+
&:focus {
977+
outline: none;
978+
}
975979
@media (hover: hover), (-ms-high-contrast: none) {
976980
&:hover {
977981
color: themes-get-value("sidebar-nav-link-hover-color");

0 commit comments

Comments
 (0)