Browse Source

update button style

pull/1181/head
afc163 9 years ago
parent
commit
e91b009e93
  1. 10
      style/components/button.less

10
style/components/button.less

@ -101,14 +101,14 @@
&-clicked:before { &-clicked:before {
content: ''; content: '';
position: absolute; position: absolute;
top: 0; top: -1px;
left: 0; left: -1px;
bottom: 0; bottom: -1px;
right: 0; right: -1px;
border-radius: inherit; border-radius: inherit;
border: 0 solid @primary-color; border: 0 solid @primary-color;
opacity: 0.4; opacity: 0.4;
animation: buttonEffect 0.36s ease forwards; animation: buttonEffect 0.32s ease forwards;
} }
} }

Loading…
Cancel
Save