fix: remove focus state for Navigation tab items. (#567)

Co-authored-by: SaadYousaf <saadyousaf@A006-00314.local>
This commit is contained in:
Saad Yousaf
2021-07-28 21:37:15 +05:00
committed by GitHub
parent a8348e1568
commit 64f374855b

View File

@@ -67,9 +67,6 @@
&:hover {
background-color: $light-400;
}
&:focus {
border: 2px solid $dark-500;
}
}
.nav a {