mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-21 02:50:11 +08:00
fix(button): wrong style when hovering the plain button (#1937)
close #1924
This commit is contained in:
parent
b9212870d4
commit
0d877688cd
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user