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; border-width: 0;
background-color: transparent; background-color: transparent;
&:hover { &:hover {
.opacity(0.9); .opacity(0.8);
} }
&:active { &:active {
.opacity(0.8); .opacity(1);
} }
&:after { &:after {
display: none; display: none;

Loading…
Cancel
Save