FIX revert button is visible for screenreaders (#4174)

This commit is contained in:
GithubAnon0000 2025-07-07 08:23:39 +00:00 committed by GitHub
parent b205008a5e
commit 1ca31413f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>