Fix closed navicon on hover
This commit is contained in:
parent
83aa6ecb98
commit
b689af7eea
1 changed files with 6 additions and 0 deletions
|
@ -372,6 +372,12 @@ body:hover .visually-hidden button {
|
|||
.navicon:after {
|
||||
background: mix(#000, $primary-color, 25%);
|
||||
}
|
||||
|
||||
&.close {
|
||||
.navicon {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue