fix(navigation): hover state of other menu items
This commit is contained in:
parent
06c4c0d921
commit
7171b63947
@ -4,7 +4,7 @@
|
||||
<router-link :to="{name: 'home'}" class="logo">
|
||||
<Logo width="164" height="48"/>
|
||||
</router-link>
|
||||
<ul class="menu-list">
|
||||
<ul class="menu-list other-menu-items">
|
||||
<li>
|
||||
<router-link :to="{ name: 'home'}" v-shortcut="'g o'">
|
||||
<span class="menu-item-icon icon">
|
||||
|
@ -15,6 +15,7 @@
|
||||
}
|
||||
|
||||
.menu-list {
|
||||
&.other-menu-items li,
|
||||
li > section {
|
||||
height: 44px;
|
||||
display: flex;
|
||||
@ -23,7 +24,9 @@
|
||||
&:hover {
|
||||
background: var(--white);
|
||||
}
|
||||
}
|
||||
|
||||
li > section {
|
||||
.menu-list-dropdown {
|
||||
opacity: 1;
|
||||
transition: $transition;
|
||||
@ -70,7 +73,7 @@
|
||||
}
|
||||
|
||||
.list-menu-link,
|
||||
li > section {
|
||||
li, li > section {
|
||||
.collapse-project-button {
|
||||
padding: .5rem .25rem .5rem .5rem;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user