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
This commit is contained in:
Matilda Landström
2025-05-12 12:01:11 +00:00
parent 94a00d40b7
commit d61d2f85c8

View File

@@ -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;
}