From 1f4fcf56cdda58b20804b131adcdca9c7290ed12 Mon Sep 17 00:00:00 2001 From: Brenden Bice Date: Sat, 6 Apr 2019 14:52:17 -0400 Subject: [PATCH] remove custom fadein logic --- src/components/status/status.vue | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 352f0d78..67ba714f 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -133,7 +133,7 @@ -
+
  • {{ $t('settings.notification_visibility_repeats') }} @@ -530,20 +530,6 @@ $status-margin: 0.75em; } } -.status-fadein { - animation-duration: 0.4s; - animation-name: fadein; -} - -@keyframes fadein { - from { - opacity: 0; - } - to { - opacity: 1; - } -} - .greentext { color: green; }