Browse Source

Pull request #2413: chore: button样式优化

Merge in VISUAL/fineui from ~GUY/fineui:master to master

* commit 'e42db170bdf916978a2ce257893498ac526d0d96':
  chore: button样式优化
es6
guy 3 years ago
parent
commit
1d28288601
  1. 2
      src/less/base/single/button/button.less

2
src/less/base/single/button/button.less

@ -2,7 +2,7 @@
@hoverVal: opacity .3s ease;
@activeVal: transform .5s ease, opacity 1s ease;
@activeStopVal: transform 0s;
.bi-button, #body .bi-button {
body .bi-button, #body .bi-button {
&.hack {
.border-radius(0px);
}

Loading…
Cancel
Save