mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Only hide DeleteBadge when hovering on tag
This commit is contained in:
parent
69c6265111
commit
0fdd2d9c52
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue