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

[Message] color overwrites floating #123

Closed
ColinFrick opened this issue Sep 20, 2018 · 0 comments
Closed

[Message] color overwrites floating #123

ColinFrick opened this issue Sep 20, 2018 · 0 comments
Assignees
Labels
lang/css Anything involving CSS type/bug Any issue which is a bug or PR which fixes a bug

Comments

@ColinFrick
Copy link
Member

Original issue: Semantic-Org/Semantic-UI#6590

Steps

1. open https://react.semantic-ui.com/collections/message/#variations-floating

2. edit `floating`  and add a `color`
import React from 'react'
import { Message } from 'semantic-ui-react'

const MessageExampleFloating = () => <Message floating color="orange">Way to go!</Message>

export default MessageExampleFloating

Expected Result

Something like this, which I created by removing some styles via the inspector:
floating with color and inspector

Actual Result

floating with color

Without the color the element looks correct:

floating ### Version

v0.82.5 (2018-09-12) i guess?

@ColinFrick ColinFrick added type/bug Any issue which is a bug or PR which fixes a bug lang/css Anything involving CSS labels Sep 20, 2018
@ColinFrick ColinFrick self-assigned this Sep 20, 2018
@y0hami y0hami closed this as completed in 6fe1954 Sep 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang/css Anything involving CSS type/bug Any issue which is a bug or PR which fixes a bug
Projects
None yet
Development

No branches or pull requests

1 participant