feat: Use menu-border instead of menu-border-color (#731)

This commit is contained in:
Aman Harwara
2021-11-10 23:28:39 +05:30
committed by GitHub
parent 716e1cf465
commit 28661436c5
3 changed files with 6 additions and 8 deletions

View File

@@ -26,9 +26,7 @@
}
.sn-menu-border {
@extend .border-1;
@extend .border-solid;
border-color: var(--sn-stylekit-menu-border-color)
border: var(--sn-stylekit-menu-border);
}
.sn-account-menu-headline {