Skip to content

Commit

Permalink
Merge branch 'bose/2470' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
BorghildSelle committed Aug 21, 2024
2 parents a7bb6a2 + b1ec9e8 commit b74434a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions web/styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -231,17 +231,7 @@
}
@supports selector(::-webkit-search-cancel-button) {
.no-webkit-search-cancel::-webkit-search-cancel-button {
display: none;
}
.invert-webkit-search-cancel::-webkit-search-cancel-button {
-webkit-appearance: none;
height: 1em;
width: 1em;
background: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='-1.25' x2='34.75' y2='-1.25' transform='matrix(0.681232 0.732068 -0.675487 0.737372 2.50415 3.58887)' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3Cline x1='1.25' y1='-1.25' x2='34.75' y2='-1.25' transform='matrix(0.681232 0.732068 -0.675487 0.737372 2.50415 3.58887)' stroke='url(%23paint0_linear_4304_84678)' stroke-width='2.5' stroke-linecap='round'/%3E%3Cline x1='1.25' y1='-1.25' x2='34.7506' y2='-1.25' transform='matrix(0.681238 -0.732062 0.675483 0.737376 4.4751 30.3545)' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3Cline x1='1.25' y1='-1.25' x2='34.7506' y2='-1.25' transform='matrix(0.681238 -0.732062 0.675483 0.737376 4.4751 30.3545)' stroke='url(%23paint1_linear_4304_84678)' stroke-width='2.5' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4304_84678' x1='18' y1='0' x2='18' y2='1' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_4304_84678' x1='18.0003' y1='0' x2='18.0003' y2='1' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A")
no-repeat 50% 50%;
background-size: contain;
opacity: 0;
pointer-events: none;
@apply appearance-none opacity-0 focus:opacity-0 focus:[pointer-events:all];
}
}

Expand Down

0 comments on commit b74434a

Please sign in to comment.