From bc96dcadc017d692383de88fbe79ce9f105ab7e3 Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 11 Jun 2015 17:38:51 -0400 Subject: [PATCH] Add lineheight to popup --- src/definitions/modules/popup.js | 2 +- src/definitions/modules/popup.less | 1 + src/themes/default/modules/popup.variables | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/definitions/modules/popup.js b/src/definitions/modules/popup.js index a8de7c7f3..bb3bd46e8 100644 --- a/src/definitions/modules/popup.js +++ b/src/definitions/modules/popup.js @@ -1219,7 +1219,7 @@ $.fn.popup.settings = { inline : false, // popup should be removed from page on hide - preserve : false, + preserve : true, // popup should not close when being hovered on hoverable : false, diff --git a/src/definitions/modules/popup.less b/src/definitions/modules/popup.less index 409772cfa..e167e70b2 100755 --- a/src/definitions/modules/popup.less +++ b/src/definitions/modules/popup.less @@ -36,6 +36,7 @@ z-index: @zIndex; border: @border; + line-height: @lineHeight; max-width: @maxWidth; background-color: @background; diff --git a/src/themes/default/modules/popup.variables b/src/themes/default/modules/popup.variables index 0dbc47e14..69f34774c 100644 --- a/src/themes/default/modules/popup.variables +++ b/src/themes/default/modules/popup.variables @@ -10,7 +10,7 @@ @background: @white; @maxWidth: 250px; -@borderColor: #CCCCCC; +@borderColor: @solidBorderColor; @borderWidth: 1px; @boxShadow: @floatingShadow; @color: @textColor;