Skip to content

Commit 9991258

Browse files
committed
Drop stale styles not supported by Bootstrap 5
1 parent 9575a2a commit 9991258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/scss/_k8s_nav.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#hamburger {
3434
color: $navbar-dark-color;
3535

36-
@include hover-focus() {
36+
&:hover:focus {
3737
color: $navbar-dark-hover-color;
3838
}
3939

@@ -55,7 +55,7 @@
5555
.navbar-nav .nav-link, #hamburger {
5656
color: $dark-grey;
5757

58-
@include hover-focus() {
58+
&:hover:focus {
5959
color: $medium-grey;
6060
}
6161
}

0 commit comments

Comments
 (0)