fix X button not appearing in tag selector (#4309)

With minor tweaks to positioning.

Fixes: #4299
This commit is contained in:
abaevbog 2024-07-01 21:55:24 -07:00 committed by GitHub
parent 1bb7862114
commit 3a59a68779
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,12 +29,13 @@
inset-inline-end: 0; inset-inline-end: 0;
width: 14px; width: 14px;
height: 14px; height: 14px;
padding-inline: 5px 8px; align-self: center;
padding-block: 5px; margin-inline-end: 6px;
margin-inline: 0 4px; @media (-moz-platform: windows) {
margin-block: 6px; margin-top: 2px;
}
cursor: default; cursor: default;
background: url(resource://gre-resources/searchfield-cancel.svg) no-repeat center/contain; background: url(resource://content-accessible/searchfield-cancel.svg) no-repeat center/contain;
background-size: unset; background-size: unset;
} }
} }