fix(sw-350): fixed ui-comments for calendar, search and widget

This commit is contained in:
Pontus Dreij
2024-10-14 12:04:05 +02:00
parent 89d65cec38
commit b3b26be83c
16 changed files with 80 additions and 47 deletions
@@ -27,6 +27,7 @@
.rooms,
.vouchers,
.when,
.whenOpen,
.where {
background-color: var(--Base-Background-Primary-Normal);
border-radius: var(--Corner-radius-Medium);
@@ -34,7 +35,8 @@
.rooms,
.vouchers,
.when {
.when,
.whenOpen {
padding: var(--Spacing-x1) var(--Spacing-x-one-and-half);
}
@@ -61,6 +63,7 @@
.rooms,
.when,
.whenOpen,
.where {
width: 100%;
}
@@ -71,12 +74,14 @@
}
.rooms,
.when {
.when,
.whenOpen {
padding: var(--Spacing-x1) var(--Spacing-x-one-and-half);
border-radius: var(--Corner-radius-Small);
}
.when:hover,
.rooms:hover,
.whenOpen,
.rooms:has(.input:active, .input:focus, .input:focus-within) {
background-color: var(--Base-Surface-Primary-light-Hover-alt);
}