style: fix Radio align issue (#28616)

This commit is contained in:
偏右 2020-12-30 16:58:57 +08:00 committed by GitHub
parent eb01bee6be
commit 60f3dc0e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@
display: inline-block;
line-height: 1;
white-space: nowrap;
vertical-align: sub;
vertical-align: text-bottom;
outline: none;
cursor: pointer;
@ -339,11 +339,4 @@ span.@{radio-prefix-cls} + * {
}
}
// Firefox hack
@supports (-moz-appearance: meterbar) and (background-blend-mode: difference, normal) {
.@{radio-prefix-cls} {
vertical-align: text-bottom;
}
}
@import './rtl';