From d1a5ff0cef4856d18f3850aa01af192104a3bd7e Mon Sep 17 00:00:00 2001 From: benmanley Date: Mon, 14 Jul 2014 21:52:48 +0100 Subject: [PATCH] fix(global-modules): prevent labels from hiding tooltips MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit – Remove overflow:hidden from label template as it obscured tooltips applied to label’s children – Style buttons correctly if they include an input element --- public/css/global-modules.styl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/css/global-modules.styl b/public/css/global-modules.styl index 9a06e7657c..6308af1bf7 100644 --- a/public/css/global-modules.styl +++ b/public/css/global-modules.styl @@ -62,7 +62,7 @@ $hrpg-button-master background-color: #eee !important $hrpg-button @extend $hrpg-button-master - > a, > button + > a, > button, > input border: 1px solid #ccc !important border-radius: 0.382em !important $hrpg-button-call-to-action @@ -132,7 +132,6 @@ $hrpg-label padding: 0.382em 0.618em border: 1px solid #fff outline: 1px solid #999 - overflow: hidden background-color: #999 font-size: 0.8em line-height: 1