Browse Source

Pull request #2262: wuJIRA任务 list-item-select修改后segment的特殊处理也不需要了

Merge in VISUAL/fineui from ~GUY/fineui:master to master

* commit 'acc7988e1964e271277716ecd86e054cda19c897':
  bugfix
es6
guy 3 years ago
parent
commit
d26849b26a
  1. 22
      src/less/base/segment/button.segment.less

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

@ -2,14 +2,14 @@
.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%);
}
}
//&.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