mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(transfer): remove uesless button style (#1975)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user