From: Abdullah Salem Date: Sun, 19 Apr 2015 18:11:08 +0000 (+0300) Subject: Fixed the joyride bottom and left arrows X-Git-Tag: v5.5.2~26^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6481%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fixed the joyride bottom and left arrows --- diff --git a/scss/foundation/components/_joyride.scss b/scss/foundation/components/_joyride.scss index cb32cb609..cea07d3ba 100644 --- a/scss/foundation/components/_joyride.scss +++ b/scss/foundation/components/_joyride.scss @@ -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);