demo2样式问题
This commit is contained in:
parent
ad132e7feb
commit
4b0a4fe367
File diff suppressed because one or more lines are too long
|
@ -1,30 +1,30 @@
|
|||
.demo2.u-tree {
|
||||
li a.u-tree-node-content-wrapper:hover::before {
|
||||
background: rgb(235, 236, 240);
|
||||
}
|
||||
li a.u-tree-node-content-wrapper.u-tree-node-selected {
|
||||
color: rgb(245, 60, 50);
|
||||
.u-tree-title{
|
||||
color: rgb(245, 60, 50);
|
||||
}
|
||||
background: transparent;
|
||||
&::before {
|
||||
background: rgb(235, 236, 240);
|
||||
}
|
||||
}
|
||||
// .demo2.u-tree {
|
||||
// li a.u-tree-node-content-wrapper:hover::before {
|
||||
// background: rgb(235, 236, 240);
|
||||
// }
|
||||
// li a.u-tree-node-content-wrapper.u-tree-node-selected {
|
||||
// color: rgb(245, 60, 50);
|
||||
// .u-tree-title{
|
||||
// color: rgb(245, 60, 50);
|
||||
// }
|
||||
// background: transparent;
|
||||
// &::before {
|
||||
// background: rgb(235, 236, 240);
|
||||
// }
|
||||
// }
|
||||
|
||||
li a.u-tree-node-content-wrapper::before {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
left: 0;
|
||||
height: 20px;
|
||||
-webkit-transition: all 0.3s;
|
||||
transition: all 0.3s;
|
||||
content: "";
|
||||
}
|
||||
// li a.u-tree-node-content-wrapper::before {
|
||||
// position: absolute;
|
||||
// right: 0;
|
||||
// left: 0;
|
||||
// height: 20px;
|
||||
// -webkit-transition: all 0.3s;
|
||||
// transition: all 0.3s;
|
||||
// content: "";
|
||||
// }
|
||||
|
||||
li span {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
// li span {
|
||||
// position: relative;
|
||||
// z-index: 1;
|
||||
// }
|
||||
// }
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -383,7 +383,7 @@ $treePrefixCls : "u-tree";
|
|||
}
|
||||
|
||||
:focus {
|
||||
outline: #cfe8fb auto 1px;
|
||||
outline: #ebecf0 auto 1px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue