Browse Source

Pull request #2415: 无JIRA任务 chore: switch样式优化

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

* commit '05b941c94bc27d8cc087fd8c930da3e1af664d97':
  chore: switch样式优化
  chore: switch样式优化
es6
guy 3 years ago
parent
commit
03f80749c0
  1. 11
      src/less/base/single/button/switch.less

11
src/less/base/single/button/switch.less

@ -18,4 +18,13 @@
& .content-tip {
color: @color-bi-font-switch-tip;
}
}
}
.bi-theme-dark {
.bi-switch {
background-color: @color-bi-background-switch-theme-dark;
&.active {
background-color: @color-bi-background-active-switch;
}
}
}

Loading…
Cancel
Save