From 90e05532a529673e00ec1028f0de6dce82d41da4 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 3 Nov 2014 16:41:37 -0500 Subject: [PATCH] Fix inverted popup box shadow issue --- src/definitions/modules/popup.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions/modules/popup.less b/src/definitions/modules/popup.less index a000c1b50..fc88ea103 100755 --- a/src/definitions/modules/popup.less +++ b/src/definitions/modules/popup.less @@ -249,7 +249,7 @@ } .ui.inverted.popup:before { background-color: @invertedArrowColor; - box-shadow: none; + box-shadow: none !important; } /*--------------