DEV: Override jsuites CSS in core (#25944)
This commit is contained in:
parent
b532c780c6
commit
faec73e1e0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue