]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixed the joyride bottom and left arrows 6481/head
authorAbdullah Salem <abdullahsalem@outlook.com>
Sun, 19 Apr 2015 18:11:08 +0000 (21:11 +0300)
committerAbdullah Salem <abdullahsalem@outlook.com>
Sun, 19 Apr 2015 18:11:08 +0000 (21:11 +0300)
scss/foundation/components/_joyride.scss

index cb32cb6094a8e99f6e5b2b2e9d5ad47344557ed3..cea07d3ba9ef35193eba89449d14dd15d9f3bd8c 100644 (file)
@@ -95,9 +95,9 @@ $joyride-screenfill: rgba(0,0,0,0.5) !default;
           top: -($joyride-tip-nub-size*2);
         }
         &.bottom {
+          border-color: $joyride-tip-bg !important;
           border-bottom-color: transparent !important;
           border-bottom-style: solid;
-          border-color: $joyride-tip-bg !important;
           border-#{$default-float}-color: transparent !important;
           border-#{$opposite-direction}-color: transparent !important;
           bottom: -($joyride-tip-nub-size*2);
@@ -190,8 +190,8 @@ $joyride-screenfill: rgba(0,0,0,0.5) !default;
       .joyride-tip-guide { width: $joyride-tip-default-width; #{$default-float}: inherit;
         .joyride-nub {
           &.bottom {
-            border-bottom-color: transparent !important;
             border-color: $joyride-tip-bg !important;
+            border-bottom-color: transparent !important;
             border-#{$default-float}-color: transparent !important;
             border-#{$opposite-direction}-color: transparent !important;
             bottom: -($joyride-tip-nub-size*2);
@@ -205,8 +205,8 @@ $joyride-screenfill: rgba(0,0,0,0.5) !default;
             top: $joyride-tip-position-offset;
           }
           &.left {
-            border-bottom-color: transparent !important;
             border-color: $joyride-tip-bg !important;
+            border-bottom-color: transparent !important;
             border-left-color: transparent !important;
             border-top-color: transparent !important;
             left: -($joyride-tip-nub-size*2);