diff --git a/src/ui/templates/popup/popup.less b/src/ui/templates/popup/popup.less index c5b771e16..796438d46 100644 --- a/src/ui/templates/popup/popup.less +++ b/src/ui/templates/popup/popup.less @@ -452,6 +452,14 @@ /* @noflip */ background-image: linear-gradient( to left, transparent, @background-color-base 50% ); } + + @supports ( clip-path: polygon( 1px 1px ) ) { + .mwe-popups { + .mwe-popups-thumbnail { + background-color: #c8ccd1; + } + } + } } } @@ -470,5 +478,13 @@ /* @noflip */ background-image: linear-gradient( to left, transparent, @background-color-base 50% ); } + + @supports ( clip-path: polygon( 1px 1px ) ) { + .mwe-popups { + .mwe-popups-thumbnail { + background-color: #c8ccd1; + } + } + } } }