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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user