mirror of https://github.com/ElemeFE/element
#3441 el-button-group disabled style bug
parent
c7ddf61e08
commit
1e689a22c8
|
@ -187,6 +187,7 @@
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: var(--button-disabled-fill);
|
background-color: var(--button-disabled-fill);
|
||||||
border-color: var(--button-disabled-border);
|
border-color: var(--button-disabled-border);
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue