mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-21 02:50:11 +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 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 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user