zsmj
3 years ago
11 changed files with 172 additions and 62 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