[breaking change] Button: remove bottom-action prop
This commit is contained in:
@@ -131,21 +131,6 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
&--bottom-action {
|
||||
border: 0;
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
font-size: 16px;
|
||||
line-height: 50px;
|
||||
border-radius: 0;
|
||||
color: @button-bottom-action-default-color;
|
||||
background-color: @button-bottom-action-default-background-color;
|
||||
|
||||
&.van-button--primary {
|
||||
background-color: @button-bottom-action-primary-background-color;
|
||||
}
|
||||
}
|
||||
|
||||
&--disabled {
|
||||
opacity: @button-disabled-opacity;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user