style: 右键菜单面板剔除浅色边框 (#4109)

This commit is contained in:
刘丹 2022-04-22 11:12:38 +08:00 committed by GitHub
parent 9b14e47f2f
commit 34b0d1e58d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,21 +66,6 @@
font-family: var(--menu-font-family);
font-size: 12px;
line-height: 20px;
// 附加的边框线
&::before {
display: block;
position: absolute;
content: '';
top: -1px;
left: -1px;
bottom: -1px;
right: -1px;
border-radius: var(--menu-border-radius);
border: 1px solid var(--menu-border-color);
z-index: -1;
}
}
&-divider {