From 535a79f58ea153dc697944c526d50415ec1e4170 Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 10 Jul 2014 16:28:12 -0400 Subject: [PATCH] Fix basic inverted background color in default theme --- src/definitions/elements/button.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/definitions/elements/button.less b/src/definitions/elements/button.less index 873fef57e..7526fabbe 100755 --- a/src/definitions/elements/button.less +++ b/src/definitions/elements/button.less @@ -719,6 +719,7 @@ /* Inverted */ .ui.basic.inverted.buttons .button, .ui.basic.inverted.button { + background-color: transparent !important; color: @offWhite !important; box-shadow: @whiteBorderColor; }