diff --git a/skinStyles/ext.popups.main.less b/skinStyles/ext.popups.main.less index a40c39db..b7ac3062 100644 --- a/skinStyles/ext.popups.main.less +++ b/skinStyles/ext.popups.main.less @@ -28,5 +28,15 @@ .mwe-popups-extract[ dir='ltr' ]:after { background-image: linear-gradient( to right, rgba( 255, 255, 255, 0 ), @dark-bg-50 50% ); } + + &.mwe-popups-no-image-pointer { + &:before { + border-bottom-color: @dark-bg-50; + } + + &:after { + border-bottom-color: @dark-bg-50; + } + } } }