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

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;