Merged in feature/stays-hover (pull request #380)

bug: SW-235 Fix hover state on stay card

Approved-by: Michael Zetterberg
This commit is contained in:
Niclas Edenvin
2024-08-01 08:34:17 +00:00
committed by Michael Zetterberg

View File

@@ -6,6 +6,10 @@
overflow: hidden;
}
.stay:hover {
border: 1.5px solid var(--Base-Border-Hover);
}
.image {
height: auto;
min-height: 220px;