fix(sw-350): fixed ui-comments for calendar, search and widget
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user