about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/drawer.scss
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-05-04 17:39:53 +0200
committerThibaut Girka <thib@sitedethib.com>2019-05-04 19:53:09 +0200
commit8e221cd22bf272f7de8c12e06a98bfb7226a4f1c (patch)
treedae79956b61da9cc0cda7eed48213b9f1a5c0624 /app/javascript/flavours/glitch/styles/components/drawer.scss
parentb7f69beebe2a4f7b94bc39772e7e9714540220b7 (diff)
[Glitch] Fix transition: all
Port 7aa749ab46b53bc5b234332ac35acc09a636fc28 to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/drawer.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/drawer.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/drawer.scss b/app/javascript/flavours/glitch/styles/components/drawer.scss
index 41c794790..9f426448f 100644
--- a/app/javascript/flavours/glitch/styles/components/drawer.scss
+++ b/app/javascript/flavours/glitch/styles/components/drawer.scss
@@ -125,6 +125,7 @@
       cursor: default;
       pointer-events: none;
       transition: all 100ms linear;
+      transition-property: color, transform, opacity;
     }
 
     .fa-search {