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) {

View File

@@ -80,7 +80,7 @@
.rooms:hover,
.when:has([data-isopen="true"]),
.rooms:has(.input:active, .input:focus, .input:focus-within) {
background-color: var(--Base-Surface-Primary-light-Hover-alt);
background-color: var(--Base-Background-Primary-Normal);
}
.where {

View File

@@ -1,7 +1,7 @@
.mainMenu {
background-color: var(--Base-Surface-Primary-light-Normal);
padding: var(--Spacing-x2);
border-bottom: 1px solid var(--Base-Border-Subtle);
border-bottom: 1px solid var(--Primary-Light-On-Surface-Divider-subtle);
}
.nav {