minishouyin/node_modules/rc-menu/assets/menu.less
2025-11-12 11:35:57 +08: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;
}
}