fix: drawer menu hover style
This commit is contained in:
parent
3bea9ec2cb
commit
9a8b0ca72f
1 changed files with 4 additions and 12 deletions
|
|
@ -487,19 +487,11 @@ onMounted(async () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--brand-1) !important;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-weight: bold;
|
background-color: hsla(var(--stone-8-hsl) / 0.1);
|
||||||
|
transition: 0.3s ease-in-out;
|
||||||
& nav::before {
|
border-top-right-radius: var(--radius-2);
|
||||||
content: '';
|
border-bottom-right-radius: var(--radius-2);
|
||||||
display: inline-block;
|
|
||||||
margin-left: -3px;
|
|
||||||
width: 4px;
|
|
||||||
height: 18px;
|
|
||||||
border-radius: 50px;
|
|
||||||
background-color: var(--brand-2);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue