bug: SW-235 Fix hover state on stay card

This commit is contained in:
Niclas Edenvin
2024-08-01 10:22:43 +02:00
parent fa4a7ac56b
commit eca9669222

View File

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