Skip to content

Commit

Permalink
Tweak hover colors to match style
Browse files Browse the repository at this point in the history
As part of addressing review feedback.
  • Loading branch information
pradyunsg committed Oct 17, 2021
1 parent 6457215 commit b9f64eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/css_variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The defaults are:
--sd-color-card-header: transparent;
--sd-color-card-footer: transparent;
--sd-color-tabs-label-active: hsla(231, 99%, 66%, 1);
--sd-color-tabs-label-hover: hsl(0, 0%, 66%);
--sd-color-tabs-label-hover: hsla(231, 99%, 66%, 1);
--sd-color-tabs-label-inactive: hsl(0, 0%, 66%);
--sd-color-tabs-underline-active: hsla(231, 99%, 66%, 1);
--sd-color-tabs-underline-hover: rgba(178, 206, 245, 0.62);
Expand Down
2 changes: 1 addition & 1 deletion sphinx_design/compiled/style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion style/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
--sd-color-card-footer: transparent;
// tabs
--sd-color-tabs-label-active: hsla(231, 99%, 66%, 1);
--sd-color-tabs-label-hover: hsl(0, 0%, 66%);
--sd-color-tabs-label-hover: hsla(231, 99%, 66%, 1);
--sd-color-tabs-label-inactive: hsl(0, 0%, 66%);
--sd-color-tabs-underline-active: hsla(231, 99%, 66%, 1);
--sd-color-tabs-underline-hover: rgba(178, 206, 245, 0.62);
Expand Down

0 comments on commit b9f64eb

Please sign in to comment.