From a1f4fe4ecc7c85b9ed70db90e356b05ac39c820b Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 30 Jul 2015 18:18:24 -0400 Subject: [PATCH] Fix arrow inheritance --- src/themes/default/modules/popup.variables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/default/modules/popup.variables b/src/themes/default/modules/popup.variables index 69f34774c..2c31ebae0 100644 --- a/src/themes/default/modules/popup.variables +++ b/src/themes/default/modules/popup.variables @@ -86,4 +86,4 @@ @invertedHeaderBackground: none; @invertedHeaderColor: @white; -@invertedArrowColor: @black; \ No newline at end of file +@invertedArrowColor: @invertedBackground; \ No newline at end of file