Browse Source

无JIRA fix: 修复半选按钮的样式

es6
zsmj 2 years ago
parent
commit
a7120f930e
  1. 5
      src/less/base/single/button/button.half.less

5
src/less/base/single/button/button.half.less

@ -3,6 +3,7 @@
.bi-half-button {
.border-radius(2px);
box-sizing: border-box;
&:after {
position: absolute;
left: 2px;
@ -12,8 +13,8 @@
background-color: @color-bi-background-half-button-content;
content: '';
}
&,
.disabled {
&.disabled {
&:after {
background-color: @color-bi-background-disabled-half-button-content;
}

Loading…
Cancel
Save