]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix tooltip nub on small screen 6741/head
authorMaciej Szary <szary@red-sky.pl>
Fri, 7 Aug 2015 11:03:20 +0000 (13:03 +0200)
committerMaciej Szary <szary@red-sky.pl>
Fri, 7 Aug 2015 11:03:20 +0000 (13:03 +0200)
scss/foundation/components/_tooltips.scss

index c328dd172eece0533a2e664d37c6fc52c994d687..b2f219353fe9b8ba937baff17a959b97fae15cd4 100644 (file)
@@ -66,8 +66,8 @@ $tooltip-max-width: 300px !default;
       #{$default-float}: 50%;
 
       > .nub {
-        border-color: transparent transparent $tooltip-bg transparent;
         border: solid $tooltip-pip-size;
+        border-color: transparent transparent $tooltip-bg transparent;
         display: block;
         height: 0;
         pointer-events: none;