about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-11-25 19:01:15 +0100
committerGitHub <noreply@github.com>2020-11-25 19:01:15 +0100
commit29812c2e59e02ea5ff8e4818a38b59944e2367ba (patch)
tree481dc4c0158a2def1e41f5998ef67a4e3707bb8b /app/javascript/flavours/glitch/styles/components
parent24696458bf22c8529b49f89b2791e3e07583b7e0 (diff)
parentb9fc807115e83347ad7bb74cd3ff82841c35809a (diff)
Merge pull request #1468 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r--app/javascript/flavours/glitch/styles/components/modal.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/modal.scss b/app/javascript/flavours/glitch/styles/components/modal.scss
index bc0965864..421cbec00 100644
--- a/app/javascript/flavours/glitch/styles/components/modal.scss
+++ b/app/javascript/flavours/glitch/styles/components/modal.scss
@@ -4,8 +4,6 @@
 
 .modal-root {
   position: relative;
-  transition: opacity 0.3s linear;
-  will-change: opacity;
   z-index: 9999;
 }