style(components): [popper] popper border error (#18635)

This commit is contained in:
Liao-js 2024-10-27 17:38:01 +08:00 committed by GitHub
parent f2a65850b4
commit 72c3ce1eea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,7 +96,7 @@
$adjacency
in ('top': 'left', 'bottom': 'right', 'left': 'bottom', 'right': 'top')
{
&[data-popper-placement^='#{$placement}'] {
&[data-popper-placement^='#{$placement}'] > {
#{$arrow-selector}::before {
border-#{$placement}-color: transparent !important;
border-#{$adjacency}-color: transparent !important;