From 32b6507817a72b35772acb71722dcba050883b12 Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Sun, 10 Nov 2024 21:07:59 +0100 Subject: [PATCH] feat(SW-340): Removed !important --- .../SelectHotelMap/selectHotelMap.module.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/components/HotelReservation/SelectHotel/SelectHotelMap/selectHotelMap.module.css b/components/HotelReservation/SelectHotel/SelectHotelMap/selectHotelMap.module.css index ce4e30b2e..c3815945e 100644 --- a/components/HotelReservation/SelectHotel/SelectHotelMap/selectHotelMap.module.css +++ b/components/HotelReservation/SelectHotel/SelectHotelMap/selectHotelMap.module.css @@ -1,8 +1,8 @@ -.closeButton { +.container .closeButton { pointer-events: initial; box-shadow: var(--button-box-shadow); gap: var(--Spacing-x-half); - display: none !important; + display: none; } .container { @@ -28,11 +28,11 @@ } @media (min-width: 768px) { - .closeButton { - display: flex !important; + .container .closeButton { + display: flex; } - .filterContainerCloseButton { - display: none !important; + .container .listingContainer .filterContainer .filterContainerCloseButton { + display: none; } .backToTopButton { position: fixed;