guy 3 years ago
parent
commit
acc7988e19
  1. 22
      src/less/base/segment/button.segment.less

22
src/less/base/segment/button.segment.less

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

Loading…
Cancel
Save