diff --git a/bi.lessconfig.json b/bi.lessconfig.json index 7de7350ae..cbb1aabcf 100644 --- a/bi.lessconfig.json +++ b/bi.lessconfig.json @@ -22,6 +22,9 @@ "@color-bi-border-radio": "rgba(9, 30, 64, 0.37)", "@color-bi-border-disabled-radio": "rgba(9, 30, 64, 0.19)", "@color-bi-background-active-radio-content": "#2C60DB", + "@color-bi-border-checkbox-theme-dark": "rgba(255, 255, 255, 0.37)", + "@color-bi-border-hover-active-radio-theme-dark": "#3869DC", + "@color-bi-background-active-radio-content-theme-dark": "#3869DC", "@color-bi-background-disabled-active-radio-content": "#FFFFFF", "@color-bi-background-disabled-active-radio-content-theme-dark": "#606479", "@color-bi-background-disabled-active-checkbox-content": "#FFFFFF", @@ -39,6 +42,9 @@ "@color-bi-color-toast-text": "#000A19", "@color-bi-text-header-background": "rgba(9, 30, 64, 0.9)", "@color-bi-text-header-background-theme-dark": "rgba(255, 255, 255, 0.9)", - "@font-down-triangle": "e70b", - "@font-date": "e733" -} \ No newline at end of file + "@font-date": "e733", + "@font-trigger-triangle": "e924", + "@font-solid-bottom": "e905", + "@font-solid-right": "e906", + "@font-dot": "e762" +} diff --git a/src/case/combo/textvaluecombo/combo.textvalue.js b/src/case/combo/textvaluecombo/combo.textvalue.js index b9aaac2ba..d6c80ac95 100644 --- a/src/case/combo/textvaluecombo/combo.textvalue.js +++ b/src/case/combo/textvaluecombo/combo.textvalue.js @@ -76,7 +76,6 @@ BI.TextValueCombo = BI.inherit(BI.Widget, { type: "bi.text_value_combo_popup", ref: ref => this.popup = ref, chooseType: o.chooseType, - value: o.value, items: o.items, listeners: [ { diff --git a/src/less/base/single/button/item.singleselect.icontext.less b/src/less/base/single/button/item.singleselect.icontext.less deleted file mode 100644 index 2f698d894..000000000 --- a/src/less/base/single/button/item.singleselect.icontext.less +++ /dev/null @@ -1,9 +0,0 @@ -@import "../../../index.less"; - -.bi-single-select-icon-text-item{ - &:active, &.active { - & .b-font:before { - color: @color-bi-text-active-single-select-icon-text-item; - } - } -} \ No newline at end of file