You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
why $accordion-content-color is set to $primary-color $accordion-content-color: foreground($accordion-background, $primary-color);
should it not be $body-font-color $accordion-content-color: foreground($accordion-background, $body-font-color);
right now in the develop branch the accordion panel has a blue color and the accordion content also #8646
and also should it not be $accordion-content-background instead of $accordion-background $accordion-content-color: foreground($accordion-content-background, $body-font-color);
The text was updated successfully, but these errors were encountered:
designerno1
added a commit
to designerno1/foundation-sites
that referenced
this issue
Apr 29, 2016
why $accordion-content-color is set to
$primary-color
$accordion-content-color: foreground($accordion-background, $primary-color);
should it not be
$body-font-color
$accordion-content-color: foreground($accordion-background, $body-font-color);
right now in the develop branch the accordion panel has a blue color and the accordion content also
#8646
and also should it not be $accordion-content-background instead of $accordion-background
$accordion-content-color: foreground($accordion-content-background, $body-font-color);
The text was updated successfully, but these errors were encountered: