summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-12-07 15:47:49 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-12-07 15:47:49 +0100
commitd797bd02032279978a3b4a2066f6527be18eae37 (patch)
treec2f4ecafd710a61ccc6cf27b7fc2c3c6ea7d9a27 /css
parent971cb3568418a08f21ab7551151bb274f44819ac (diff)
Remove hover animations on Ladda buttons
Make them look like normal buttons.
Diffstat (limited to 'css')
-rw-r--r--css/ladda-themeless.css8
1 files changed, 0 insertions, 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;