From eca966922260d9a1eeecf40b3047afcfd50ee234 Mon Sep 17 00:00:00 2001 From: Niclas Edenvin Date: Thu, 1 Aug 2024 10:22:43 +0200 Subject: [PATCH] bug: SW-235 Fix hover state on stay card --- components/MyPages/Blocks/Stays/StayCard/stay.module.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/MyPages/Blocks/Stays/StayCard/stay.module.css b/components/MyPages/Blocks/Stays/StayCard/stay.module.css index 6e6b22158..1d3a685d7 100644 --- a/components/MyPages/Blocks/Stays/StayCard/stay.module.css +++ b/components/MyPages/Blocks/Stays/StayCard/stay.module.css @@ -6,6 +6,10 @@ overflow: hidden; } +.stay:hover { + border: 1.5px solid var(--Base-Border-Hover); +} + .image { height: auto; min-height: 220px;