You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
370 B
19 lines
370 B
@import "../../index.less"; |
|
|
|
.bi-search-text-value-combo { |
|
& .trigger-icon-button { |
|
font-size: 16px; |
|
} |
|
|
|
&.combo-error { |
|
& .bi-search-text-value-trigger { |
|
& .bi-text-button { |
|
color: @color-bi-text-error-hover-search-text-value-combo; |
|
} |
|
} |
|
|
|
&.bi-border, &.bi-border-bottom { |
|
border-color: @border-color-negative; |
|
} |
|
} |
|
}
|
|
|