Merged in fix/SW-3095-states-booking-widget (pull request #2534)

fix(SW-3095): update design for hover, focus etc for the booking widget

* fix(SW-3095): update design for hover, focus etc for the booking widget


Approved-by: Anton Gunnarsson
Approved-by: Hrishikesh Vaipurkar
This commit is contained in:
Bianca Widstam
2025-07-08 09:22:52 +00:00
parent 8ae251635d
commit cfeb505e36
8 changed files with 36 additions and 44 deletions

View File

@@ -9,15 +9,15 @@
&:placeholder-shown::-webkit-search-cancel-button {
display: none;
background-image: url("/_static/icons/close.svg");
background-image: url("/_static/icons/cancel.svg");
}
&:not(:placeholder-shown)::-webkit-search-cancel-button {
-webkit-appearance: none;
appearance: none;
background-image: url("/_static/icons/close.svg");
height: 20px;
width: 20px;
background-image: url("/_static/icons/cancel.svg");
height: 24px;
width: 24px;
}
}