]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove $tooltip-pip-offset Sass variable, which wasn't being used, and isn't needed...
authorGeoff Kimball <geoff@zurb.com>
Wed, 3 Feb 2016 17:15:02 +0000 (09:15 -0800)
committerGeoff Kimball <geoff@zurb.com>
Wed, 3 Feb 2016 17:15:18 +0000 (09:15 -0800)
scss/components/_tooltip.scss

index 2326b51a1645d47676d6fe91cfa6a9251460db4b..5afd5ec00f17f982ac8eb493eafe840eded3ff77 100644 (file)
@@ -38,10 +38,6 @@ $tooltip-pip-width: 0.75rem !default;
 /// @type Number
 $tooltip-pip-height: $tooltip-pip-width * 0.866 !default;
 
-/// Default pip offset for tooltips. This controls how far the pip is indented from the left edge of the tooltip.
-/// @type Number
-$tooltip-pip-offset: 1.25rem !default;
-
 /// Default radius for tooltips.
 /// @type Number
 $tooltip-radius: $global-radius !default;