Browse Source

移动端适配

es6
guy 4 years ago
parent
commit
0149c0972c
  1. 6
      src/less/base/segment/button.segment.less

6
src/less/base/segment/button.segment.less

@ -2,6 +2,12 @@
.bi-segment-button {
color: @color-bi-text-highlight;
&.active {
&:active {
color: @color-bi-text;
background-color: @color-bi-background-highlight;
}
}
&:active {
color: @color-bi-text-highlight;
.background-color(@color-bi-background-highlight, 10%);

Loading…
Cancel
Save