Skip to content

Commit

Permalink
fix(tabs): Fixes Contrast Left Tabs and Responsive Tabs
Browse files Browse the repository at this point in the history
[Finishes #101630542]

BREAKING CHANGE (scss) $tab-responsive-color is now $neutral-3 instead
of $neutral-4 and $tab-responsive-active-color is now $brand-5 instead
of $brand-8
  • Loading branch information
Caroline Taymor authored and pivotal committed Sep 2, 2015
1 parent 4cefca2 commit 7d99cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pivotal-ui/components/pui-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -734,8 +734,8 @@ $nav-tabs-title-font-size: 16px;

// Responsive tabs
$tab-responsive-bg: $shadow-4;
$tab-responsive-color: $neutral-4;
$tab-responsive-active-color: $brand-8;
$tab-responsive-color: $neutral-3;
$tab-responsive-active-color: $brand-5;
$tab-responsive-radius: $border-radius-large;
$tab-responsive-pane-padding: 15px;

Expand Down

0 comments on commit 7d99cec

Please sign in to comment.