feat(BOOK-67): Added functionality to show/hide the chatbot
Approved-by: Linus Flood
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
.label {
|
||||
color: var(--Text-Accent-Primary);
|
||||
}
|
||||
.when:has([data-isopen="true"]) .label,
|
||||
.when:has([data-datepicker-open="true"]) .label,
|
||||
.rooms:has([data-pressed="true"]) .label {
|
||||
color: var(--Text-Interactive-Focus);
|
||||
}
|
||||
@@ -113,7 +113,7 @@
|
||||
.rooms:hover {
|
||||
background-color: var(--Surface-Primary-Hover);
|
||||
}
|
||||
.when:has([data-isopen="true"]),
|
||||
.when:has([data-datepicker-open="true"]),
|
||||
.rooms:has([data-focus-visible="true"], [data-pressed="true"]) {
|
||||
background-color: var(--Surface-Primary-Hover);
|
||||
border: 1px solid var(--Border-Interactive-Focus);
|
||||
|
||||
Reference in New Issue
Block a user