We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9575a2a commit 9991258Copy full SHA for 9991258
assets/scss/_k8s_nav.scss
@@ -33,7 +33,7 @@
33
#hamburger {
34
color: $navbar-dark-color;
35
36
- @include hover-focus() {
+ &:hover:focus {
37
color: $navbar-dark-hover-color;
38
}
39
@@ -55,7 +55,7 @@
55
.navbar-nav .nav-link, #hamburger {
56
color: $dark-grey;
57
58
59
color: $medium-grey;
60
61
0 commit comments