fix the incorrect rounding in nav list

This commit is contained in:
Henry Jameson 2022-06-29 21:40:54 +03:00
parent 14f48ed4ab
commit 54ab1ed741
1 changed files with 2 additions and 0 deletions

View File

@ -113,7 +113,9 @@
border-color: $fallback--border;
border-color: var(--border, $fallback--border);
padding: 0;
}
> li {
&:first-child .menu-item {
border-top-right-radius: $fallback--panelRadius;
border-top-right-radius: var(--panelRadius, $fallback--panelRadius);