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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user