fix(SW-2171): Added focus state on rate cards and image-gallery

Approved-by: Arvid Norlin
This commit is contained in:
Erik Tiekstra
2025-04-16 10:24:51 +00:00
parent 27f5ca9851
commit 8b65f63d60
5 changed files with 37 additions and 28 deletions

View File

@@ -14,13 +14,9 @@
.imageWrapper {
position: relative;
overflow: hidden;
height: 200px;
max-width: 360px;
width: 100%;
}
.imageWrapper img {
border-radius: var(--Corner-radius-Medium);
}