We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14dc69 commit 5a4e5b2Copy full SHA for 5a4e5b2
src/checkbox/main.scss
@@ -44,7 +44,6 @@
44
position: absolute;
45
top: 0;
46
opacity: 0;
47
- line-height: $checkbox-size;
48
transition: all $motion-duration-immediately $motion-linear;
49
color: $checkbox-checked-circle-color;
50
left: calc((#{$checkbox-size} - #{$checkbox-circle-size}) / 2);
@@ -54,7 +53,6 @@
54
53
@include icon-size($checkbox-circle-size, 0px);
55
}
56
> .#{$css-prefix}icon::before {
57
- vertical-align: text-top;
58
margin-top: 0;
59
60
> .#{$css-prefix}checkbox-select-icon::before {
0 commit comments