fix(button): wrong style when hovering the plain button (#1937)

close #1924
This commit is contained in:
Map1en_ 2021-05-09 10:36:16 +08:00 committed by GitHub
parent b9212870d4
commit 0d877688cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,9 +199,6 @@
& + .#{$namespace}-button { & + .#{$namespace}-button {
margin-left: 0; margin-left: 0;
} }
&.is-disabled {
z-index: 1;
}
&:first-child { &:first-child {
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;