fix last border of menu-item
This commit is contained in:
parent
c531391e87
commit
34e4dd0a79
@ -391,6 +391,7 @@ nav {
|
|||||||
&:last-child {
|
&:last-child {
|
||||||
border-bottom-right-radius: var(--roundness);
|
border-bottom-right-radius: var(--roundness);
|
||||||
border-bottom-left-radius: var(--roundness);
|
border-bottom-left-radius: var(--roundness);
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user