|
@@ -25,25 +25,17 @@
|
|
|
border-radius: unset !important;
|
|
border-radius: unset !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.ant-menu-item {
|
|
|
|
|
|
|
+.ant-menu-item-selected {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
|
|
|
|
|
&::before {
|
|
&::before {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- top: 50%;
|
|
|
|
|
|
|
+ top: 0;
|
|
|
right: 0;
|
|
right: 0;
|
|
|
- bottom: 50%;
|
|
|
|
|
|
|
+ bottom: 0;
|
|
|
width: 4px;
|
|
width: 4px;
|
|
|
content: '';
|
|
content: '';
|
|
|
background: var(--primary-color);
|
|
background: var(--primary-color);
|
|
|
- transition: top 150ms ease-in-out, bottom 150ms ease-in-out;
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.ant-menu-item-selected {
|
|
|
|
|
- &::before {
|
|
|
|
|
- top: 0;
|
|
|
|
|
- bottom: 0;
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|