From 7c047a4ac064067dd529d38f78c7ce58a90d3e55 Mon Sep 17 00:00:00 2001 From: Nate Graves Date: Wed, 14 Oct 2015 15:40:34 -0400 Subject: [PATCH] Fixed appearance and positioning of tooltip nubs for small devices --- scss/foundation/components/_tooltips.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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; + } } } - } } -- 2.47.2