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;
width: 14px;
height: 14px;
padding-inline: 5px 8px;
padding-block: 5px;
margin-inline: 0 4px;
margin-block: 6px;
align-self: center;
margin-inline-end: 6px;
@media (-moz-platform: windows) {
margin-top: 2px;
}
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;
}
}