Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 support for Ionicons (symbols) to <l:Icon> and <l:task> components #6186
Add support for Ionicons (symbols) to <l:Icon> and <l:task> components #6186
Changes from 18 commits
efd57ff
2e6c2d7
6994e51
ec2fb5b
2080aab
586c22a
88b61aa
dfc874d
7ad92f6
e989919
e4bd510
e3d77ac
c2e47cb
d8169ad
b869976
58936fe
e3c1004
f918424
013f733
9fed655
839d823
f476b72
f8a0ece
26ebfad
cc2a014
f6de539
0987321
5241717
4614b08
2aa2508
88699d6
8a55f17
c9bda44
e03f7d0
f4261b8
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Caused SECURITY-2777
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.
Caused SECURITY-2777
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.
Remove the suppression now
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.
Looking at the code I'm pretty sure this won't work for plugins wanting to add their own symbol.
Probably okay for this PR but should be addressed in a follow up
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.
Seems that this replacement does not work for non ionicon icons? I tried with
stroke:currentColor
in my SVG sidebar links but they still appear in black. What is required to get the correct color automatically? It would be helpful if this could work out-of-the box here as well: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.
Sadly there isn't any support for plugins yet. For adding Symbols to Jenkins, it should just work by adding them to the
symbols
folder - some SVGs may need a little tweaking (eg manually updating thefill
attribute if it hasn't already been set) but for the most part they should just work automatically.