-
-
Notifications
You must be signed in to change notification settings - Fork 333
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
[Label] Inverted Variant, basic grouping, basic tag, bugfixes #230
Conversation
… bugfixes, !imported removed
I'm not 100% on this, I don't think they should have borders. @fomantic/admins what's your opinions? |
Which element should not have borders? I adopted the Button-logic as requested in #116 and every inverted button has borders. 🤔 |
I should have been more clear when I said
I ment the colors used not the style and hover behavior. |
OK, this could of course reduce complexity, but before I am touching this again, let us clearly decide how every element should behave. It's a bit of inconsistency again compared to other components. Suggestion :
|
I agree with apart from the fact that inverted labels will look a bit weird if they don't have any hover behavior. Let's wait to see what the others think. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing really bother me there, looks pretty consistent.
@lubber-de how about if you have the |
@hammy2899 So the same behaviour as usual |
@lubber-de Before you go ahead and start changing the PR have you tried using |
I will use |
@lubber-de You can do if you want. |
I vote for this. The current If we do this, then this inverted label PR should not be part of 2.6.4 but rather a 2.7.x, don't you think?
Yes, we still have the discussion at #158 😉 |
IMHO I would argue that buttons don't have an inconsistency but more that My main problem right now with the labels is that the current solution in this PR makes them look too much like a button. A label should show information not mislead a user into clicking it. |
So, how should i proceed with this PR? Changing as suggested above and we'll see how to deal with the buttons afterwards? (This would be my suggestion) |
Btw: For the That said i again suggest to adjust this PR according to the above mentioned changes, and let`s discuss/prepare the button afterwards. As @ColinFrick already pointed out: Button is the only component with a different inverted meaning |
@lubber-de I agree, let's change this to use the inverted colors and have a discussion about buttons in discord maybe. |
…ly basic ones having borders
2nd attempt pushed. 🙂 Updated screenshots in first comment accordingly. |
I think they look better now but I do agree they have very little hover effect. We may want to see what uses those light hover colors and see if making them more drastic would affect anything. |
The |
@lubber-de I agree. @fomantic/admins If you disagree feel free to say. |
Here is a suggestion to increase the darkness of Old saturate(darken(@lightColor, 5), 10, relative); New saturate(darken(@lightColor, 10), 10, relative); Tell me, if i should change it accordingly, differently or keep it as it is |
@lubber-de I think that looks good, only thing I can think of changing is to make the text color white on the solid labels. |
@hammy2899
🤔 Well, that would break the logic we now implemented in |
@lubber-de That's a good point, lets just leave it 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
… inverted hover recognition
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
FUI issues will be closed once we release a new version where the issue is fixed. The SUI issues stay open unless they get fixed there aswell, but this is up to jack who maintains SUI on his own. |
Description
basic tag label
!important
statements (> 450 in previous compiled css 😱 ) are not necessary anymore and were removed 🙂Screenshots
Closes
#116
Semantic-Org/Semantic-UI#6639
Semantic-Org/Semantic-UI#3413