-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 plus. #22704
Conversation
Size Change: -39 B (0%) Total Size: 1.13 MB
ℹ️ View Unchanged
|
Pinging @adamziel just to ensure that we're not going back on forth here. |
I'm not sure, looping in @shaunandrews, @draganescu, and @tellthemachines |
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.
As far as I've seen the create icon has been introduced in #21476 so it is not a feature connected to Navigation or Buttons PRs. I can reproduce this on master:
and this PR fixes that.
Looks good to me.
I'm not familiar with the decision behind the two different icons, but the consistency here seems good. |
Thanks for the reviews and sanity checks. I'll rebase and merge when I have a moment. |
Thanks :) |
The plus in Buttons, Social Links, and Navigation regressed:
This fixes that:
However there's one niggle. We use the same component for the appender in buttons/sociallinks/navigation, as we do for the big generic appender in columns. The latter we intentionally changed to use the smaller plus button, the icon called
create
. This PR actually regesses that, so both of those use the same icon:I couldn't immediately figure out how to serve one or the other depending on whether it was the big white background version, or the small black version. Input appreciated.