This commit is contained in:
CHEVALLIER Abel
2025-11-13 16:23:22 +01:00
parent de9c515a47
commit cb235644dc
34924 changed files with 3811102 additions and 0 deletions

30
node_modules/ng-zorro-antd/mention/style/patch.less generated vendored Normal file
View File

@@ -0,0 +1,30 @@
.@{mention-prefix-cls} {
&-dropdown {
position: relative;
top: 100%;
left: 12px;
width: 100%;
margin-top: 8px;
margin-bottom: 4px;
}
&:focus-within {
.active();
}
&&-status-error {
&:not(.@{mention-prefix-cls}-disabled):not(.@{mention-prefix-cls}-borderless).@{mention-prefix-cls} {
&:focus-within {
.active(@error-color, @error-color-hover, @error-color-outline);
}
}
}
&&-status-warning {
&:not(.@{mention-prefix-cls}-disabled):not(.@{mention-prefix-cls}-borderless).@{mention-prefix-cls} {
&:focus-within {
.active(@warning-color, @warning-color-hover, @warning-color-outline);
}
}
}
}