mirror of https://github.com/ElemeFE/element
Button: fix disabled button style bug (#13188)
parent
7daa72be04
commit
326266134f
|
@ -192,7 +192,9 @@
|
||||||
& + .el-button {
|
& + .el-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