2024-08-20 23:25:37 +04:00

23 lines
272 B
Plaintext

@menuPrefixCls: ~'rc-menu';
.@{menuPrefixCls} {
&:focus-visible {
box-shadow: 0 0 5px green;
}
&-horizontal {
display: flex;
flex-wrap: nowrap;
}
&-submenu {
&-hidden {
display: none;
}
}
&-overflow-item {
flex: none;
}
}