-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add basic support for target port in gateways in Connect #50912
base: master
Are you sure you want to change the base?
Changes from 6 commits
d278306
83d9248
615aeec
99f2a3a
0762ce7
b34d93b
d6617c3
e9bcf63
00665a3
7d359a5
819ecbb
596b62d
53b1061
34f5c85
d3c8122
415cd92
4b3cb94
41646e1
edacb8b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's possible for the This is also something I'm going to address in another PR. But this whole thing definitely requires too much work for how niche it's going to be. 😭 |
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.
This diff is overall confusing since I had to reorder the definitions and then I moved adding that extra padding-top between components. The previous selector for extra padding was also confusing, because it was defined in
MenuItemSectionSeparator
, but it looked like this:& + ${MenuItemSectionLabel} {
. So even though we were in styles forMenuItemSectionSeparator
, we were setting styles forMenuItemSectionLabel
when it directly follows a separator. 🙃It's might be easier to look at the master version and the version from this branch.