From 2b8a5f85d83a7065c7e54d9cd219ff36de89a656 Mon Sep 17 00:00:00 2001 From: Abdullah Salem Date: Sun, 19 Apr 2015 21:11:08 +0300 Subject: [PATCH] Fixed the joyride bottom and left arrows --- scss/foundation/components/_joyride.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); -- 2.47.2