diff --git a/components/HotelReservation/SelectHotel/HotelFilter/hotelFilter.module.css b/components/HotelReservation/SelectHotel/HotelFilter/hotelFilter.module.css index ec1479262..78e7fc2aa 100644 --- a/components/HotelReservation/SelectHotel/HotelFilter/hotelFilter.module.css +++ b/components/HotelReservation/SelectHotel/HotelFilter/hotelFilter.module.css @@ -21,20 +21,7 @@ } .filter input[type="checkbox"] { - appearance: none; width: 1.25rem; height: 1.25rem; margin: 0; - background-color: var(--Base-Surface-Primary-Normal); - border: 1px solid var(--Scandic-Brand-Pale-Peach); - border-radius: var(--Corner-radius-Small); - overflow: hidden; -} - -.filter input[type="checkbox"]::before { - visibility: hidden; -} - -.filter input[type="checkbox"]:checked::before { - visibility: visible; }