amis-rpc-design/node_modules/rc-menu/assets/menu.less
2023-10-07 19:42:30 +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;
}
}