From d797bd02032279978a3b4a2066f6527be18eae37 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Mon, 7 Dec 2015 15:47:49 +0100 Subject: Remove hover animations on Ladda buttons Make them look like normal buttons. --- css/ladda-themeless.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/css/ladda-themeless.css b/css/ladda-themeless.css index 9d6fb6c..f082763 100644 --- a/css/ladda-themeless.css +++ b/css/ladda-themeless.css @@ -47,14 +47,6 @@ visibility: visible; } -.ladda-button,.ladda-button .ladda-spinner,.ladda-button .ladda-label { - -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important; - -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important; - -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important; - -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important; - transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important; -} - .ladda-button[data-style=zoom-in],.ladda-button[data-style=zoom-in] .ladda-spinner,.ladda-button[data-style=zoom-in] .ladda-label,.ladda-button[data-style=zoom-out],.ladda-button[data-style=zoom-out] .ladda-spinner,.ladda-button[data-style=zoom-out] .ladda-label { -webkit-transition: 0.3s ease all !important; -moz-transition: 0.3s ease all !important; -- cgit v1.2.1