2022-02-18 10:31:19 +08:00
|
|
|
@import '../../input/style/mixin';
|
2022-02-16 21:14:05 +08:00
|
|
|
|
|
|
|
@mention-prefix-cls: ~'@{ant-prefix}-mentions';
|
2022-02-18 10:31:19 +08:00
|
|
|
@input-prefix-cls: ~'@{ant-prefix}-input';
|
2022-02-16 21:14:05 +08:00
|
|
|
|
|
|
|
.@{mention-prefix-cls} {
|
|
|
|
&-status-error {
|
|
|
|
.status-color(@mention-prefix-cls, @error-color, @error-color, @input-bg, @error-color-hover, @error-color-outline);
|
|
|
|
.status-color-common(@input-prefix-cls, @error-color, @error-color, @input-bg, @error-color-hover, @error-color-outline);
|
|
|
|
}
|
|
|
|
|
|
|
|
&-status-warning {
|
|
|
|
.status-color(@mention-prefix-cls, @warning-color, @warning-color, @input-bg, @warning-color-hover, @warning-color-outline);
|
|
|
|
.status-color-common(@input-prefix-cls, @warning-color, @warning-color, @input-bg, @warning-color-hover, @warning-color-outline);
|
|
|
|
}
|
|
|
|
}
|