Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Accordion] $accordion-content-color #8708

Closed
designerno1 opened this issue Apr 29, 2016 · 1 comment
Closed

[Accordion] $accordion-content-color #8708

designerno1 opened this issue Apr 29, 2016 · 1 comment
Labels

Comments

@designerno1
Copy link
Contributor

designerno1 commented 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);

@designerno1
Copy link
Contributor Author

@andycochran
i saw you are on the accordion scss 5 hour ago. can you also take a look on this?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants