From 7db0aa398936259d832d303bca84bcad9b4fc3db Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 15 May 2015 13:12:47 -0400 Subject: [PATCH] Remove grey buttons forced on disabled buton --- src/definitions/elements/button.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/definitions/elements/button.less b/src/definitions/elements/button.less index 06306207c..f21868bb6 100755 --- a/src/definitions/elements/button.less +++ b/src/definitions/elements/button.less @@ -207,8 +207,6 @@ .ui.disabled.button:hover, .ui.disabled.active.button { cursor: default; - background-color: @lightGrey !important; - color: @lightTextColor !important; opacity: @disabledOpacity !important; background-image: none !important; box-shadow: none !important;