Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accordion component #958
Accordion component #958
Changes from all commits
a0e3a5c
a29c419
ce3507f
2bdfcd8
493b873
961b4b4
c2cf60f
80f4703
56842f9
78ccb57
6de7352
3bc5f98
e421382
994b7b3
7eafd31
2fbe98f
41409dc
9d632a7
a1fc105
95bc46a
fcd909c
6550027
0f995a7
7b71ccb
a823816
f58cd8b
7be772a
0fe008c
5fa40af
89f0b6c
ee411e6
6fd81b2
245a56c
48db868
3f551f5
661b230
8552fd2
6e0d834
cf5ffd9
2d29ff0
395380d
027373d
a8d77a0
81e6b0d
c85f879
cea28fe
04b0ce6
c3957c6
67ae320
3845701
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could this be
currentColor
? That'll mean that when users change their colours it will override as expected.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @NickColley.
currentColor
is not supported by IE8. I've just added in a fix which makes sure that the icon displays for users who change their colours.