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

Loading…
Cancel
Save