Skip to content

Commit 5a4e5b2

Browse files
committed
fix(Tree): correct checkbox icon
1 parent d14dc69 commit 5a4e5b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/checkbox/main.scss

-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
position: absolute;
4545
top: 0;
4646
opacity: 0;
47-
line-height: $checkbox-size;
4847
transition: all $motion-duration-immediately $motion-linear;
4948
color: $checkbox-checked-circle-color;
5049
left: calc((#{$checkbox-size} - #{$checkbox-circle-size}) / 2);
@@ -54,7 +53,6 @@
5453
@include icon-size($checkbox-circle-size, 0px);
5554
}
5655
> .#{$css-prefix}icon::before {
57-
vertical-align: text-top;
5856
margin-top: 0;
5957
}
6058
> .#{$css-prefix}checkbox-select-icon::before {

0 commit comments

Comments
 (0)