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

fix(Menu): <Menu color= 'green' inverted pointing> inverts pointing's own color instead of menu's color #2307

Closed
ZoeVonFeng opened this issue Nov 9, 2017 · 2 comments
Labels

Comments

@ZoeVonFeng
Copy link

Steps to Reproduce
This is the simplified example that is directly from documentation.
1.

 <Menu pointing>
          <Menu.Item name='home' active={activeItem === 'home'} onClick={this.handleItemClick} />
        </Menu>

image

  1. Do something else.

Expected
Both menu and pointing should all be green.
Result
image

Testcase
https://react.semantic-ui.com/collections/menu#menu-example-pointing

@layershifter
Copy link
Member

It's a CSS bug, see Semantic-Org/Semantic-UI#2355

@lubber-de

This comment was marked as spam.

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

No branches or pull requests

3 participants