feat: remove hover media query from SiteNavigation
This commit is contained in:
parent
d4b12bc9ba
commit
782046efa6
1 changed files with 3 additions and 9 deletions
|
@ -41,14 +41,8 @@ import { RouterLink } from "vue-router";
|
|||
transition: 0.4s;
|
||||
z-index: 1;
|
||||
|
||||
@media (hover: hover) {
|
||||
&:hover {
|
||||
width: var(--navigation-width-expanded);
|
||||
}
|
||||
|
||||
&:hover &__link-text {
|
||||
display: var(--navigation-link-display-hover);
|
||||
}
|
||||
&:hover {
|
||||
width: var(--navigation-width-expanded);
|
||||
}
|
||||
|
||||
&__list {
|
||||
|
@ -118,7 +112,7 @@ import { RouterLink } from "vue-router";
|
|||
}
|
||||
|
||||
&__link-text {
|
||||
display: none;
|
||||
display: var(--navigation-link-display);
|
||||
font-size: var(--navigation-link-text-font-size);
|
||||
margin: 0 0 0 1rem;
|
||||
white-space: nowrap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue