From e74682878121f5eee0c02dffa4ef67cc3b3f55cc Mon Sep 17 00:00:00 2001 From: Jay Phelps Date: Wed, 4 Oct 2017 14:09:13 -0700 Subject: [PATCH] [Buttons] fix for active basic button text color always having a lower specificity due to !important --- src/definitions/elements/button.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions/elements/button.less b/src/definitions/elements/button.less index e5b26479f..fbb5fe12a 100755 --- a/src/definitions/elements/button.less +++ b/src/definitions/elements/button.less @@ -743,7 +743,7 @@ .ui.basic.active.button { background: @basicActiveBackground !important; box-shadow: @basicActiveBoxShadow !important; - color: @basicActiveTextColor; + color: @basicActiveTextColor !important; } .ui.basic.buttons .active.button:hover, .ui.basic.active.button:hover {