Fix(SW-343): Updated search and booking widget comments

This commit is contained in:
Pontus Dreij
2024-11-15 16:45:25 +01:00
parent 684faaa4b0
commit 8b89801a6d
3 changed files with 4 additions and 3 deletions

View File

@@ -5,11 +5,12 @@
border-radius: var(--Corner-radius-Small);
padding: var(--Spacing-x1) var(--Spacing-x-one-and-half);
position: relative;
height: 60px;
}
.container:hover,
.container:has(input:active, input:focus, input:focus-within) {
background-color: var(--Base-Surface-Primary-light-Hover-alt);
background-color: var(--Base-Background-Primary-Normal);
}
.container:has(input:active, input:focus, input:focus-within) {