Browse Source

Pull request #2375: chore: 优化一下

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

* commit 'c7ba3ab190b958539ce02434dc4fa966dc8d4f63':
  chore: 优化一下
es6
guy 3 years ago
parent
commit
05951de9bc
  1. 4
      src/less/base/single/button/button.less

4
src/less/base/single/button/button.less

@ -23,10 +23,10 @@ body .bi-button, #body .bi-button {
border-width: 0;
background-color: transparent;
&:hover {
.opacity(0.9);
.opacity(0.8);
}
&:active {
.opacity(0.8);
.opacity(1);
}
&:after {
display: none;

Loading…
Cancel
Save