Skip to content

Commit

Permalink
Merge pull request #8720 from andycochran/accordion
Browse files Browse the repository at this point in the history
fix defaults for accordion content color
  • Loading branch information
designerno1 committed May 2, 2016
2 parents af121b1 + 79782fb commit b5738b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scss/components/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $accordion-content-border: 1px solid $light-gray !default;

/// Default text color of tab content.
/// @type Color
$accordion-content-color: foreground($accordion-background, $primary-color) !default;
$accordion-content-color: foreground($accordion-content-background, $body-font-color) !default;

/// Default padding for tab content.
/// @type Number | List
Expand Down
3 changes: 1 addition & 2 deletions scss/settings/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ $accordion-item-background-hover: $light-gray;
$accordion-item-padding: 1.25rem 1rem;
$accordion-content-background: $white;
$accordion-content-border: 1px solid $light-gray;
$accordion-content-color: foreground($accordion-background, $primary-color);
$accordion-content-color: foreground($accordion-content-background, $body-font-color);
$accordion-content-padding: 1rem;

// 8. Accordion Menu
Expand Down Expand Up @@ -564,4 +564,3 @@ $topbar-submenu-background: $topbar-background;
$topbar-title-spacing: 1rem;
$topbar-input-width: 200px;
$topbar-unstack-breakpoint: medium;

0 comments on commit b5738b3

Please sign in to comment.