Only hide DeleteBadge when hovering on tag

This commit is contained in:
Henrik Giesel 2021-09-09 20:16:52 +02:00
parent 80898d1954
commit e8f4872391

View file

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