This commit is contained in:
joyqi 2024-10-22 18:24:03 +08:00
parent 55616ef1f2
commit 74b56e1ae3
2 changed files with 13 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -154,14 +154,25 @@ $color-nav-child-focus: #6DA1BB;
flex-flow: column;
position: absolute;
top: 36px;
left: -10px;
min-width: 160px;
max-width: 240px;
overflow-y: auto;
height: calc(100vh - 36px);
& > li {
&:first-child {
border: none;
}
&.focus > a {
background: $color-nav-bg;
}
&:hover > a {
background: $color-nav-bg;
}
> a {
border: none;
overflow: hidden;
@ -175,6 +186,7 @@ $color-nav-child-focus: #6DA1BB;
position: static;
border: $border-nav;
border-width: 1px 0;
display: flex;
}
}
}