Skip to content

Commit

Permalink
Corrected styling for reaction tooltips (fixes #9)
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Aug 28, 2015
1 parent 4de8c61 commit df60b4f
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions scss/modules/tooltips/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit df60b4f

Please sign in to comment.