Browse Source

Pull request #3607: BI-128881 fix: 深色主题无更多数据这几个字没有显示出来

Merge in VISUAL/fineui from ~JIMMY.CHAI/fineui:es6 to es6

* commit '6c62a7c69518099ff8d5fc87a2241302ed20afd2':
  BI-128881 fix: 深色主题无更多数据这几个字没有显示出来
es6
Jimmy.Chai-柴嘉明 10 months ago
parent
commit
f4f58e24e0
  1. 19
      packages/fineui/src/less/core/utils/list-item.less

19
packages/fineui/src/less/core/utils/list-item.less

@ -93,6 +93,25 @@
}
}
.bi-theme-dark {
.bi-list-item-simple {
&.disabled {
&, &:hover, &:active {
color: @color-bi-text-disabled-theme-dark !important;
& .bi-input {
color: @color-bi-text-disabled-theme-dark !important;
}
& .bi-textarea {
color: @color-bi-text-disabled-theme-dark !important;
}
& .bi-high-light {
color: @color-bi-text-disabled-theme-dark !important;
}
}
}
}
}
// hover的时候文字变黑
// active的时候文字高亮
.bi-list-item-effect {

Loading…
Cancel
Save