mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
style(components): [popper] popper border error (#18635)
This commit is contained in:
parent
f2a65850b4
commit
72c3ce1eea
@ -96,7 +96,7 @@
|
|||||||
$adjacency
|
$adjacency
|
||||||
in ('top': 'left', 'bottom': 'right', 'left': 'bottom', 'right': 'top')
|
in ('top': 'left', 'bottom': 'right', 'left': 'bottom', 'right': 'top')
|
||||||
{
|
{
|
||||||
&[data-popper-placement^='#{$placement}'] {
|
&[data-popper-placement^='#{$placement}'] > {
|
||||||
#{$arrow-selector}::before {
|
#{$arrow-selector}::before {
|
||||||
border-#{$placement}-color: transparent !important;
|
border-#{$placement}-color: transparent !important;
|
||||||
border-#{$adjacency}-color: transparent !important;
|
border-#{$adjacency}-color: transparent !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user