mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-27 03:01:14 +08:00
fix(transfer): remove uesless button style (#1975)
This commit is contained in:
parent
9b9eb65d44
commit
3d7809cd75
@ -16,18 +16,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@include e(button) {
|
@include e(button) {
|
||||||
@include when(disabled) {
|
|
||||||
border: $--border-base;
|
|
||||||
background-color: $--background-color-base;
|
|
||||||
color: $--color-text-placeholder;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
border: $--border-base;
|
|
||||||
background-color: $--background-color-base;
|
|
||||||
color: $--color-text-placeholder;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user