From d61d2f85c899840360d87f1ccd475c8f2add526b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Mon, 12 May 2025 12:01:11 +0000 Subject: [PATCH] Merged in fix/SW-2618 (pull request #2046) fix(SW-2618): remove double close icons on gallery * fix(SW-2618): increase css specificity Approved-by: Erik Tiekstra --- .../components/Lightbox/Gallery/gallery.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/scandic-web/components/Lightbox/Gallery/gallery.module.css b/apps/scandic-web/components/Lightbox/Gallery/gallery.module.css index da3e4ca67..a0215911b 100644 --- a/apps/scandic-web/components/Lightbox/Gallery/gallery.module.css +++ b/apps/scandic-web/components/Lightbox/Gallery/gallery.module.css @@ -48,7 +48,7 @@ } @media screen and (max-width: 767px) { - .desktopCloseIcon, + .closeButton .desktopCloseIcon, .desktopGallery { display: none; } @@ -60,7 +60,7 @@ @media screen and (min-width: 768px) { .mobileGallery, - .mobileCloseIcon { + .closeButton .mobileCloseIcon { display: none; }