Skip to content

Commit

Permalink
Adjust Hint Bubble styles
Browse files Browse the repository at this point in the history
By setting a dedicated text color this also works with the new
selected element style.
  • Loading branch information
tvdeyen committed Dec 12, 2020
1 parent ba1d817 commit cd7d42b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/alchemy/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ $error_border_color: #c49c9c !default;
$error_text_color: #a23434 !default;
$error_background_color: #efd3d3 !default;

$hint-background-color: $light_yellow !default;
$hint-text-color: $very-dark-gray !default;

$form-left-width: 35% !default;
$form-right-width: 65% !default;

Expand Down
3 changes: 2 additions & 1 deletion app/assets/stylesheets/alchemy/hints.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@

> .hint-bubble {
visibility: hidden;
background: $light_yellow;
background-color: $hint-background-color;
color: $hint-text-color;
border-radius: $default-border-radius;
box-shadow: 0px 4px 8px rgba(0, 0, 0, .3);
position: absolute;
Expand Down

0 comments on commit cd7d42b

Please sign in to comment.