Merge 3796611ffabb8a92ca9d43e1f322f260e3213f3d into 1039a4788d6abc368d5485ae6bac84a8f0e3096f

This commit is contained in:
rhoover 2025-07-06 19:21:10 +00:00 committed by GitHub
commit a3090f7639
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,6 +39,18 @@
&[aria-invalid="true"] {
background-image: var(#{$css-var-prefix}icon-search), var(#{$css-var-prefix}icon-invalid);
}
&::-webkit-search-cancel-button {
-webkit-appearance: none;
appearance: none;
height: 40px;
width: 40px;
margin-left: 8px;
stroke-width: 1px;
stroke-linecap: round;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' fill='red'><path d='M202.829 197.172a4 4 0 1 1-5.658 5.656L128 133.658l-69.171 69.17a4 4 0 0 1-5.658-5.656L122.343 128 53.171 58.828a4 4 0 0 1 5.658-5.656L128 122.342l69.171-69.17a4 4 0 0 1 5.658 5.656L133.657 128Z'/></svg>");
cursor: pointer;
}
}
}