Skip to content

Commit

Permalink
chore: extract tooltip variables
Browse files Browse the repository at this point in the history
  • Loading branch information
elena-gancheva authored and joneff committed May 31, 2018
1 parent 1b150be commit 9a7d19b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/bootstrap/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,10 @@ $chat-alt-bubble-bg: $accent !default;
$chat-alt-bubble-text: $accent-contrast !default;
$chat-alt-bubble-border: $chat-alt-bubble-bg !default;

// Tooltip
$tooltip-bg: $tooltip-bg !default;
$tooltip-color: contrast-wcag($tooltip-bg) !default;


// Config maps
$typography-config: () !default;
Expand Down
4 changes: 4 additions & 0 deletions packages/default/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,10 @@ $chat-alt-bubble-bg: $accent !default;
$chat-alt-bubble-text: $accent-contrast !default;
$chat-alt-bubble-border: $chat-alt-bubble-bg !default;

// Tooltip
$tooltip-bg: $accent !default;
$tooltip-color: contrast-wcag($tooltip-bg) !default;


// Config maps
$typography-config: () !default;
Expand Down
4 changes: 4 additions & 0 deletions packages/material/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,10 @@ $chat-alt-bubble-bg: $accent !default;
$chat-alt-bubble-text: $accent-contrast !default;
$chat-alt-bubble-border: $chat-alt-bubble-bg !default;

// Tooltip
$tooltip-bg: #616161 !default;
$tooltip-color: contrast-wcag($tooltip-bg) !default;


// Config maps
$typography-config: () !default;
Expand Down

0 comments on commit 9a7d19b

Please sign in to comment.