Skip to content
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

refactor: migrate Breadcrumb to styled components #1052

Merged
merged 5 commits into from
Oct 4, 2019

Conversation

TahimiLeonBravo
Copy link
Collaborator

@TahimiLeonBravo TahimiLeonBravo commented Oct 2, 2019

#950

Changes proposed in this PR:

@nexxtway/react-rainbow

@commit-lint
Copy link

commit-lint bot commented Oct 2, 2019

Code Refactoring

  • migrate Breadcrumb to styled components (82c61b7)
  • migrate Breadcrumbs to styled-components (1d1a522)

Bug Fixes

Contributors

@TahimiLeonBravo, @LeandroTorresSicilia

<li className={getClassNames()} style={style}>
<a
className="rainbow-breadcrumb-anchor"
<li className={className} disabled={disabled} style={style}>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is not need to pass disabled={disabled} to li element

`
color: #d2d4de;
pointer-events: none;
`};

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix indentation look at badge

@LeandroTorresSicilia LeandroTorresSicilia merged commit e2c112e into master Oct 4, 2019
@LeandroTorresSicilia LeandroTorresSicilia deleted the migrate-breadcrumb-styled-components branch October 10, 2019 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants