nav style
This commit is contained in:
parent
68a5ca9380
commit
dfd7d9f03f
|
@ -87,6 +87,13 @@
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
padding:0px 5px;
|
padding:0px 5px;
|
||||||
margin-left: 20px!important;
|
margin-left: 20px!important;
|
||||||
|
&.ant-menu-item-selected{
|
||||||
|
border-color:#466aff!important;
|
||||||
|
color:#466aff!important;
|
||||||
|
}
|
||||||
|
&.ant-menu-item-active{
|
||||||
|
border-color:transparent ;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -109,7 +116,7 @@
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
&.ant-menu-item-selected{
|
&.ant-menu-item-selected{
|
||||||
border-color:#1890ff!important;
|
border-color:#466aff!important;
|
||||||
}
|
}
|
||||||
&.ant-menu-item-active{
|
&.ant-menu-item-active{
|
||||||
border-color:transparent ;
|
border-color:transparent ;
|
||||||
|
|
Loading…
Reference in New Issue