diff --git a/skinStyles/extensions/Popups/ext.popups.main.less b/skinStyles/extensions/Popups/ext.popups.main.less index 0c9f5c22..0e0973cf 100644 --- a/skinStyles/extensions/Popups/ext.popups.main.less +++ b/skinStyles/extensions/Popups/ext.popups.main.less @@ -10,20 +10,12 @@ border: 0; border-radius: 0; .boxshadow(4); - - > div > a > svg { - background-color: @base-80; - } } @media ( prefers-color-scheme: dark ) { .mwe-popups { background: @dark-bg-50; - > div > a > svg { - background-color: @dark-bg-40; - } - &.mwe-popups-image-tri:after { border-color: @dark-bg-50; }