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