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

[Segment] Fix support for inverted, secondary or tertiary in horizontal segments #470

Merged

Conversation

lubber-de
Copy link
Member

@lubber-de lubber-de commented Feb 8, 2019

Description

inverted, secondary or tertiary segment was not working inside of horizontal segments group

Testcase

Because the reason for this is an unnecessary background-color property (obviously copy/pasted when it was introduced in 2015 by Semantic-Org/Semantic-UI@6258196 ) , it cannot be simply removed in a fiddle by another css class, so you have to manually remove the property in chrome developer tools to see the fix (See screenshot below for better explanation proof) I could not find any reason why the segment itself inside a horizontal segment group should have an explicit transparent background set. It only makes sense for the segment group.
http://jsfiddle.net/hoqmxbka/

Screenshot

horizontal_segments_background

Closes

Semantic-Org/Semantic-UI#3587
Semantic-Org/Semantic-UI-React#3310

@lubber-de lubber-de added type/bug Any issue which is a bug or PR which fixes a bug lang/css Anything involving CSS state/awaiting-reviews Pull requests which are waiting for reviews tag/sui-issue Taken from an existing Issue/PR of SUI labels Feb 8, 2019
@lubber-de lubber-de added this to the 2.7.x milestone Feb 8, 2019
Copy link
Member

@y0hami y0hami left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@ColinFrick ColinFrick left a comment

Choose a reason for hiding this comment

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

LGTM

@y0hami y0hami merged commit 9f6ffb0 into fomantic:develop Feb 11, 2019
@lubber-de lubber-de modified the milestones: 2.7.x, 2.7.3 Feb 11, 2019
@lubber-de lubber-de removed the state/awaiting-reviews Pull requests which are waiting for reviews label Feb 11, 2019
@lubber-de lubber-de deleted the fix/3587/horizontal_segments_background branch February 11, 2019 09:33
@y0hami y0hami mentioned this pull request Apr 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang/css Anything involving CSS tag/sui-issue Taken from an existing Issue/PR of SUI type/bug Any issue which is a bug or PR which fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants