From 4426f5c861850c29b14f3a5c38ebf1754928125f Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Mon, 28 Mar 2016 21:58:09 -0400 Subject: [PATCH] #3873- Fixes typo in green inverted button --- 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 20932ee2b..7e8c7aa84 100755 --- a/src/definitions/elements/button.less +++ b/src/definitions/elements/button.less @@ -1882,7 +1882,7 @@ .ui.inverted.green.button.active, .ui.inverted.green.buttons .button:active, .ui.inverted.green.button:active { - box-shadlightOw: none !important; + box-shadow: none !important; color: @greenTextColor; } .ui.inverted.green.buttons .button:hover,