-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Eliminate some inline styles #1249
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1249 +/- ##
==========================================
+ Coverage 86.61% 86.66% +0.05%
==========================================
Files 25 25
Lines 1449 1447 -2
Branches 205 205
==========================================
- Hits 1255 1254 -1
+ Misses 142 141 -1
Partials 52 52
Continue to review full report at Codecov.
|
jdufresne
left a comment
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.
Thanks for this improvement. I think this is a good move.
09a5e1f to
2ea3553
Compare
|
What is the status here? Anything I can do to get this merged? |
|
Thanks! Sorry for the delay merging. |
Inline styles are used for the following:
(1) is can trivially be replaced with a class. (2) can be replaced with SVG. I did not find solutions for the other two cases.