Explorar o código

Change animation name "vanishing" → "fadeout"

Shu Katabe %!s(int64=5) %!d(string=hai) anos
pai
achega
c398c4fcdf
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/client/styles/scss/_mixins.scss

+ 2 - 2
src/client/styles/scss/_mixins.scss

@@ -254,7 +254,7 @@
   }
 }
 @mixin highlighted($color) {
-  @keyframes vanishing {
+  @keyframes fadeout {
     100% {
       opacity: 0;
     }
@@ -272,6 +272,6 @@
     content: '';
     background-color: $color;
     border-radius: 2px;
-    animation: vanishing 1s ease-in 1.5s forwards;
+    animation: fadeout 1s ease-in 1.5s forwards;
   }
 }