From df60b4fd04871348e222b09b1b9b1196a7af3bac Mon Sep 17 00:00:00 2001 From: Jonathan la Cour Date: Thu, 27 Aug 2015 21:05:31 -0600 Subject: [PATCH] Corrected styling for reaction tooltips (fixes #9) --- scss/modules/tooltips/_base.scss | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/scss/modules/tooltips/_base.scss b/scss/modules/tooltips/_base.scss index bdc14fea..da919933 100644 --- a/scss/modules/tooltips/_base.scss +++ b/scss/modules/tooltips/_base.scss @@ -8,9 +8,24 @@ color: $base-font-color; } - &.ts_tip_left, - &.ts_tip_right, - &.ts_tip_top, + &.ts_tip_left { + .ts_tip_tip:after { + border-left-color: $color-shade-light; + } + } + + &.ts_tip_right { + .ts_tip_tip:after { + border-right-color: $color-shade-light; + } + } + + &.ts_tip_top { + .ts_tip_tip:after { + border-top-color: $color-shade-light; + } + } + &.ts_tip_bottom { .ts_tip_tip:after { border-bottom-color: $color-shade-light;