fix button style

This commit is contained in:
RickCole21 2020-10-23 15:49:17 +08:00
parent 8fdc557ad2
commit 49a3ad1354
2 changed files with 6 additions and 1 deletions

View File

@ -343,6 +343,11 @@ input[type='button'] {
margin-left: px2rem(5px);
margin-top: px2rem(5px);
}
> .#{$ns}Button--disabled-wrap > .#{$ns}Button {
margin-left: px2rem(5px);
margin-top: px2rem(5px);
}
}
.#{$ns}Button--disabled-wrap {

View File

@ -797,7 +797,7 @@
margin: px2rem(3px);
}
> .#{$ns}Button--disabled-wrap > .#{$ns}Button {
> .#{$ns}Button--disabled-wrap > .#{$ns}Button--link {
padding: 0;
}