summaryrefslogtreecommitdiffstats
path: root/webapp/src/assets
diff options
context:
space:
mode:
authorUdo Walter2019-03-28 19:20:28 +0100
committerUdo Walter2019-03-28 19:20:28 +0100
commite37434a39ef5a1c2779b1862296e1ebdae8256b7 (patch)
treed7517933cd7d368d13d069d57af15a022b265662 /webapp/src/assets
parent[eventmanager] rename module name in german frontend (diff)
downloadbas-e37434a39ef5a1c2779b1862296e1ebdae8256b7.tar.gz
bas-e37434a39ef5a1c2779b1862296e1ebdae8256b7.tar.xz
bas-e37434a39ef5a1c2779b1862296e1ebdae8256b7.zip
[webapp] fix disabled animation causing bug
Diffstat (limited to 'webapp/src/assets')
-rw-r--r--webapp/src/assets/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/assets/styles.css b/webapp/src/assets/styles.css
index 77222e1..f8051c6 100644
--- a/webapp/src/assets/styles.css
+++ b/webapp/src/assets/styles.css
@@ -15,7 +15,7 @@ html {
}
.no-animations *, .no-animations :before, .no-animations :after {
- transition-property: none !important;
+ transition: none !important;
animation: none !important;
}