mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04: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