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, Menu] "secondary segment" or "secondary menu" have a different meaning #366

Merged
merged 2 commits into from
Jan 7, 2019

Conversation

lubber-de
Copy link
Member

@lubber-de lubber-de commented Jan 7, 2019

Description

secondary is part of the new central dynamic color map from #316.
Unfortunately there already was secondary segment and secondary menu available, but not meant as color variant resulting in different visual behavior as before.

To stay backward compatible, i simply removed secondary from the color creation loop in segment aswell as menu. For all other colorizable elements secondary is still available (as it is a new feature since 2.7.0)
I also removed primary for color creation in segment because it was also separately supported previously (even if not documented)
I kept primary for color creation in menu because it had no separate support before.
Tell me, if i should remove this for menu aswell

Closes

#364

Version

2.7.1

@lubber-de lubber-de added lang/css Anything involving CSS state/awaiting-reviews Pull requests which are waiting for reviews 🐛 bugfix labels Jan 7, 2019
@lubber-de lubber-de added this to the 2.7.2 milestone Jan 7, 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 cd75067 into fomantic:develop Jan 7, 2019
@lubber-de lubber-de deleted the fix/364/secondary_overrides branch January 7, 2019 17:14
@lubber-de lubber-de removed the state/awaiting-reviews Pull requests which are waiting for reviews label Jan 7, 2019
@y0hami y0hami mentioned this pull request Feb 4, 2019
y0hami pushed a commit that referenced this pull request Apr 16, 2019
…er needed

The additional specificity for `secondary inverted menu` was necessary (when 2.7.0 was released) to override a background color setting when `secondary` was still supported as a background color for menus. We removed this in #366 , so the additional specificity is not needed anymore

Closes #672
exoego pushed a commit to exoego/Fomantic-UI that referenced this pull request Apr 30, 2019
…er needed

The additional specificity for `secondary inverted menu` was necessary (when 2.7.0 was released) to override a background color setting when `secondary` was still supported as a background color for menus. We removed this in fomantic#366 , so the additional specificity is not needed anymore

Closes fomantic#672
@exoego exoego added type/bug Any issue which is a bug or PR which fixes a bug and removed 🐛 bugfix labels May 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 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

4 participants