style(components): [popper] fix arrow style (#17826)

This commit is contained in:
momei
2024-08-13 10:36:52 +08:00
committed by GitHub
parent 770ec04694
commit 4f207b0257

View File

@@ -24,7 +24,7 @@
background: getCssVar('text-color', 'primary');
border: 1px solid getCssVar('text-color', 'primary');
#{$arrow-selector}::before {
> #{$arrow-selector}::before {
border: 1px solid getCssVar('text-color', 'primary');
background: getCssVar('text-color', 'primary');
right: 0;
@@ -35,7 +35,7 @@
background: getCssVar('bg-color', 'overlay');
border: 1px solid getCssVar('border-color', 'light');
#{$arrow-selector}::before {
> #{$arrow-selector}::before {
border: 1px solid getCssVar('border-color', 'light');
background: getCssVar('bg-color', 'overlay');
right: 0;