mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
FIX revert button is visible for screenreaders (#4174)
This commit is contained in:
parent
b205008a5e
commit
1ca31413f7
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
}
|
}
|
||||||
|
|
||||||
.hide :global(.badge) {
|
.hide :global(.badge) {
|
||||||
opacity: 0;
|
display: none;
|
||||||
cursor: initial;
|
cursor: initial;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue