Browse Source
* commit '914de1da0b303f5467e6588d4429c1a2509f29ea': DESIGN-4103 feat: 下拉框组件支持clear,下拉树支持缺失标红 update changelog 无JIRA feat:单选下拉框支持清除 Revert "无JIRA bi.search_editor 在有初始值的时候显示clear按钮" 无JIRA bi.search_editor 在有初始值的时候显示clear按钮es6
superman
3 years ago
13 changed files with 246 additions and 52 deletions
@ -1,14 +0,0 @@ |
|||||||
@import "../../index.less"; |
|
||||||
|
|
||||||
.bi-text-value-combo { |
|
||||||
&.combo-error { |
|
||||||
& .bi-select-text-trigger { |
|
||||||
& .select-text-label { |
|
||||||
color: @color-bi-text-error-hover-text-value-combo; |
|
||||||
} |
|
||||||
} |
|
||||||
&.bi-border, &.bi-border-bottom { |
|
||||||
border-color: @border-color-negative; |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
@ -0,0 +1,11 @@ |
|||||||
|
@import "../../index.less"; |
||||||
|
|
||||||
|
.bi-text-trigger { |
||||||
|
&.error .select-text-label { |
||||||
|
color: @color-bi-text-error-text-trigger; |
||||||
|
} |
||||||
|
|
||||||
|
&:where(:not(&:hover)) .clear-button { |
||||||
|
display: none; |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue