first commit
This commit is contained in:
22
frontend/node_modules/rc-menu/assets/menu.less
generated
vendored
Normal file
22
frontend/node_modules/rc-menu/assets/menu.less
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
@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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user