Browse Source

chore: 优化一下

es6
guy 3 years ago
parent
commit
c7ba3ab190
  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