Fix danger button click effect

This commit is contained in:
afc163 2017-02-14 11:54:52 +08:00
parent 597e020a45
commit e18a330fbd

View File

@ -123,10 +123,14 @@
border-radius: inherit;
border: 0 solid @primary-color;
opacity: 0.4;
animation: buttonEffect 0.36s ease-out forwards;
animation: buttonEffect 0.48s ease-in-out forwards;
display: block;
}
&-danger&-clicked:after {
border-color: @btn-danger-bg;
}
&-background-ghost {
background: transparent!important;
border-color: #fff;