DEV: Override jsuites CSS in core (#25944)

This commit is contained in:
Keegan George 2024-02-28 14:35:08 -08:00 committed by GitHub
parent b532c780c6
commit faec73e1e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
.discourse-no-touch & {
opacity: 0.7;
transition: background 0.25s, opacity 0.7s ease-in-out;
animation: none; // replaces jsuites animation on .fade-out
}
.discourse-touch & {
opacity: 1;