From aaee54bd08195f9c1403d17df2b008996a9ac3b5 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Mon, 24 Nov 2014 14:57:55 -0800 Subject: [PATCH] Remove unnecessary error flash classes --- static/utilities.less | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/static/utilities.less b/static/utilities.less index 88a5209cf..dd71b44dd 100644 --- a/static/utilities.less +++ b/static/utilities.less @@ -64,13 +64,3 @@ div > .inline-block-tight:last-child { margin-left: 0; } } - -.error { - -webkit-animation: flash-error 0.3s ease-in; -} - -@-webkit-keyframes flash-error { - 0% { background: @background-color-error; } - - 100% { background: auto; } -}