* Update top nav bar icon to remove focus state style (#3792)

Fix "navigation bar icons are still being highlighted after click"
This commit is contained in:
PikachuEXE
2023-08-02 07:20:58 -04:00
committed by GitHub
parent d8ed6b9f3e
commit 41fd6134ec
+5 -7
View File
@@ -54,11 +54,6 @@
@include top-nav-is-colored {
color: var(--text-with-main-color);
&:hover,
&:focus {
background-color: var(--primary-color-hover);
}
}
&.fa-arrow-left,
@@ -69,10 +64,13 @@
user-select: none;
}
&:hover,
&:focus {
&:hover {
background-color: var(--side-nav-hover-color);
transition: background 0.2s ease-in;
@include top-nav-is-colored {
background-color: var(--primary-color-hover);
}
}
&:active {