]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixed appearance and positioning of tooltip nubs for small devices 6940/head
authorNate Graves <nate@tailorbrands.com>
Wed, 14 Oct 2015 19:40:34 +0000 (15:40 -0400)
committerNate Graves <nate@tailorbrands.com>
Wed, 14 Oct 2015 19:40:34 +0000 (15:40 -0400)
scss/foundation/components/_tooltips.scss

index b2f219353fe9b8ba937baff17a959b97fae15cd4..f29e2341fd476abcb9df7851ec61a9bf1d1487dc 100644 (file)
@@ -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;
+        }
       }
     }
-
   }
 }