Skip to content
Extraits de code Groupes Projets
Valider f0f8b242 rédigé par Mélanie Chauvel (ariasuni)'s avatar Mélanie Chauvel (ariasuni) Validation de Eugen Rochko
Parcourir les fichiers

Fix CW field still having animation in when reduce motion is enabled (#7872)

parent 7f592069
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -302,12 +302,10 @@ ...@@ -302,12 +302,10 @@
height: 0; height: 0;
transform-origin: bottom; transform-origin: bottom;
opacity: 0.0; opacity: 0.0;
transition: all 0.4s ease;
&.spoiler-input--visible { &.spoiler-input--visible {
height: 47px; height: 47px;
opacity: 1.0; opacity: 1.0;
transition: all 0.4s ease;
} }
} }
...@@ -568,6 +566,10 @@ ...@@ -568,6 +566,10 @@
} }
} }
.no-reduce-motion .spoiler-input {
transition: height 0.4s ease, opacity 0.4s ease;
}
.emojione { .emojione {
font-size: inherit; font-size: inherit;
vertical-align: middle; vertical-align: middle;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter