FIX revert button is visible for screenreaders

This commit is contained in:
GithubAnon0000 2025-07-06 18:41:16 +02:00
parent f927aa5788
commit fdf6d26de8

View file

@ -76,7 +76,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
}
.hide :global(.badge) {
opacity: 0;
display: none;
cursor: initial;
}
</style>