Skip to content

Commit

Permalink
feat(tooltips): set visible tootlip's opacity to 1 instead of .9 to c…
Browse files Browse the repository at this point in the history
…lose #156
  • Loading branch information
ffoodd committed Oct 7, 2019
1 parent 88ad277 commit 8dff8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ $tooltip-max-width: 200px !default;
$tooltip-color: $black !default;
$tooltip-bg: $gray-400 !default;
$tooltip-border-radius: $border-radius !default;
$tooltip-opacity: .9 !default;
$tooltip-opacity: 1 !default; // Boosted mod
$tooltip-padding-y: $spacer !default;
$tooltip-padding-x: $spacer !default;
$tooltip-margin: .3125rem !default;
Expand Down

0 comments on commit 8dff8a0

Please sign in to comment.