Browse Source

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

Merge in DEC/fineui from ~JIMMY.CHAI/dec-fineui:final/11.0 to final/11.0

* commit '3fdcc379fad02d45d7e76337df40087fd1fcb47e':
  BI-128881 fix: 深色主题无更多数据这几个字没有显示出来
research/test
parent
commit
b524669327
  1. 19
      src/less/core/utils/list-item.less

19
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