统一边框色
This commit is contained in:
parent
365be96c39
commit
47fc9c2e38
|
@ -180,9 +180,6 @@
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
vertical-align: middle; }
|
vertical-align: middle; }
|
||||||
.u-tree .u-tree-checkbox-checked .u-tree-checkbox-inner, .u-tree .u-tree-checkbox-indeterminate .u-tree-checkbox-inner {
|
|
||||||
background-color: rgb(245, 60, 50);
|
|
||||||
border-color: rgb(245, 60, 50); }
|
|
||||||
.u-tree .u-tree-checkbox-inner {
|
.u-tree .u-tree-checkbox-inner {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -190,16 +187,13 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
border: 1px solid #d9d9d9;
|
border: 1px solid rgb(165, 173, 186);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
-webkit-transition: all .3s;
|
-webkit-transition: all .3s;
|
||||||
transition: all .3s; }
|
transition: all .3s; }
|
||||||
.u-tree .u-tree-checkbox-checked .u-tree-checkbox-inner, .u-tree .u-tree-checkbox-indeterminate .u-tree-checkbox-inner {
|
|
||||||
background-color: rgb(245, 60, 50);
|
|
||||||
border-color: rgb(245, 60, 50); }
|
|
||||||
.u-tree .u-tree-checkbox-disabled .u-tree-checkbox-inner {
|
.u-tree .u-tree-checkbox-disabled .u-tree-checkbox-inner {
|
||||||
border-color: #d9d9d9;
|
border-color: rgb(165, 173, 186);
|
||||||
background-color: #f3f3f3; }
|
background-color: #f3f3f3; }
|
||||||
.u-tree .u-tree-checkbox-indeterminate .u-tree-checkbox-inner:after {
|
.u-tree .u-tree-checkbox-indeterminate .u-tree-checkbox-inner:after {
|
||||||
content: ' ';
|
content: ' ';
|
||||||
|
@ -229,7 +223,7 @@
|
||||||
display: table;
|
display: table;
|
||||||
width: 5px;
|
width: 5px;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
border: 2px solid #fff;
|
border: 2px solid rgb(245, 60, 50);
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
content: ' ';
|
content: ' ';
|
||||||
|
@ -245,7 +239,7 @@
|
||||||
display: table;
|
display: table;
|
||||||
width: 5px;
|
width: 5px;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
border: 2px solid #fff;
|
border: 2px solid rgb(245, 60, 50);
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
content: ' ';
|
content: ' ';
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -169,12 +169,12 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
border: 1px solid #d9d9d9;
|
border: 1px solid rgb(165, 173, 186);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
transition: all .3s; }
|
transition: all .3s; }
|
||||||
.u-tree .u-tree-checkbox-disabled .u-tree-checkbox-inner {
|
.u-tree .u-tree-checkbox-disabled .u-tree-checkbox-inner {
|
||||||
border-color: #d9d9d9;
|
border-color: rgb(165, 173, 186);
|
||||||
background-color: #f3f3f3; }
|
background-color: #f3f3f3; }
|
||||||
.u-tree .u-tree-checkbox-indeterminate .u-tree-checkbox-inner:after {
|
.u-tree .u-tree-checkbox-indeterminate .u-tree-checkbox-inner:after {
|
||||||
content: ' ';
|
content: ' ';
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -34,7 +34,7 @@ $treePrefixCls : "u-tree";
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
border: 1px solid #d9d9d9;
|
border: 1px solid $border-color-base;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
-webkit-transition: all .3s;
|
-webkit-transition: all .3s;
|
||||||
|
@ -45,7 +45,7 @@ $treePrefixCls : "u-tree";
|
||||||
// border-color: $tree-checkbox-color;
|
// border-color: $tree-checkbox-color;
|
||||||
}
|
}
|
||||||
.u-tree-checkbox-disabled .u-tree-checkbox-inner {
|
.u-tree-checkbox-disabled .u-tree-checkbox-inner {
|
||||||
border-color: #d9d9d9;
|
border-color: $border-color-base;
|
||||||
background-color: #f3f3f3;
|
background-color: #f3f3f3;
|
||||||
}
|
}
|
||||||
.u-tree-checkbox-indeterminate .u-tree-checkbox-inner:after {
|
.u-tree-checkbox-indeterminate .u-tree-checkbox-inner:after {
|
||||||
|
|
Loading…
Reference in New Issue