Only hide DeleteBadge when hovering on tag

This commit is contained in:
Henrik Giesel 2021-09-09 20:16:52 +02:00
parent 69c6265111
commit 0fdd2d9c52

View file

@ -110,7 +110,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
</div> </div>
<style lang="scss"> <style lang="scss">
.select-mode :global(button) { .select-mode :global(button:hover) {
display: contents; display: contents;
cursor: crosshair; cursor: crosshair;