UNPKG
@rc-component/menu
Version:
latest (1.2.0)
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
menu ui component for react
github.com/react-component/menu
react-component/menu
@rc-component/menu
/
assets
/
menu.less
23 lines
(18 loc)
•
272 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@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; } }