From 8d334466b93bcaaf799de9f094451258b30dab5d Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 25 Oct 2013 16:09:41 -0400 Subject: [PATCH] fixes loading state on colored buttons --- src/elements/button.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/elements/button.less b/src/elements/button.less index 43850c86c..0732c1310 100755 --- a/src/elements/button.less +++ b/src/elements/button.less @@ -155,6 +155,7 @@ position: relative; cursor: default; + background-color: #FFFFFF !important; color: transparent !important; -webkit-transition: all 0s linear;