feat: 菜单反选样式跟随主题定制
This commit is contained in:
parent
5d6cf7ed55
commit
df565ca61d
@ -298,14 +298,14 @@
|
|||||||
|
|
||||||
.layui-nav-tree.inverted .layui-this,
|
.layui-nav-tree.inverted .layui-this,
|
||||||
.layui-nav-tree.inverted .layui-this:hover {
|
.layui-nav-tree.inverted .layui-this:hover {
|
||||||
border-radius: 4px;
|
border-radius: @global-border-radius;
|
||||||
margin: 0px 6px;
|
margin: 0px 6px;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layui-nav-tree.inverted .layui-this > a,
|
.layui-nav-tree.inverted .layui-this > a,
|
||||||
.layui-nav-tree.inverted .layui-this:hover > a {
|
.layui-nav-tree.inverted .layui-this:hover > a {
|
||||||
border-radius: 4px;
|
border-radius: @global-border-radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layui-nav-tree.inverted .layui-this > a {
|
.layui-nav-tree.inverted .layui-this > a {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user