mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
style(components): [popper] fix arrow style (#17826)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user