mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Override jsuites CSS in core (#25944)
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
.discourse-no-touch & {
|
.discourse-no-touch & {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
transition: background 0.25s, opacity 0.7s ease-in-out;
|
transition: background 0.25s, opacity 0.7s ease-in-out;
|
||||||
|
animation: none; // replaces jsuites animation on .fade-out
|
||||||
}
|
}
|
||||||
.discourse-touch & {
|
.discourse-touch & {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user