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; }