From: Nate Graves Date: Wed, 14 Oct 2015 19:40:34 +0000 (-0400) Subject: Fixed appearance and positioning of tooltip nubs for small devices X-Git-Tag: v6.0.0~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6940%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fixed appearance and positioning of tooltip nubs for small devices --- diff --git a/scss/foundation/components/_tooltips.scss b/scss/foundation/components/_tooltips.scss index b2f219353..f29e2341f 100644 --- a/scss/foundation/components/_tooltips.scss +++ b/scss/foundation/components/_tooltips.scss @@ -134,9 +134,18 @@ $tooltip-max-width: 300px !default; right: auto; top: 50%; } + } + + .tooltip.tip-override { + > .nub { + border-color: transparent transparent $tooltip-bg transparent; + } + &.tip-left>.nub, + &.tip-right>.nub { + margin-top: 0; + } } } - } }