guy 3 years ago
parent
commit
5cdeb7c770
  1. 10
      src/less/base/segment/button.segment.less

10
src/less/base/segment/button.segment.less

@ -1,13 +1,13 @@
@import "../../index"; @import "../../index";
.bi-segment-button { .bi-segment-button {
@transition: color .3s,background .3s,border-color .3s,box-shadow .3s; @transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
.transition(@transition); .transition(@transition);
color: @color-bi-text-highlight; color: @color-bi-text-highlight;
} }
.bi-line-segment-button{ .bi-line-segment-button {
.line-segment-button-line{ .line-segment-button-line {
.transition(background .3s); .transition(background 0.3s);
} }
} }

Loading…
Cancel
Save