remove ::before on menu items

This commit is contained in:
srgooglo 2022-10-12 15:40:35 +02:00
parent 8f5e5423ee
commit 84933e7553

View File

@ -177,19 +177,6 @@
&::after { &::after {
opacity: 0; opacity: 0;
} }
&::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 10px;
height: 100%;
background-color: var(--primaryColor);
}
} }
.ant-menu-item:active { .ant-menu-item:active {