From 85f2be44b5ec0e3654db3d917f4575d8e92f284b Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Thu, 16 May 2013 13:38:56 -0400 Subject: [PATCH] studio - resolves line-height issue that core typography settings creates with tooltip rendering --- cms/static/sass/_base.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cms/static/sass/_base.scss b/cms/static/sass/_base.scss index c1a1941014..bcd934f6cb 100644 --- a/cms/static/sass/_base.scss +++ b/cms/static/sass/_base.scss @@ -801,7 +801,8 @@ hr.divide { } .tooltip { - @extend .t-copy-sub2; + @include font-size(12); + @include transition(opacity 0.1s ease-out); position: absolute; top: 0; left: 0; @@ -811,10 +812,9 @@ hr.divide { background: rgba(0, 0, 0, 0.85); font-weight: normal; line-height: 26px; - color: #fff; + color: $white; pointer-events: none; opacity: 0; - @include transition(opacity 0.1s ease-out); &:after { content: '▾';