-
Notifications
You must be signed in to change notification settings - Fork 65
Fixed missed icons and styles referencing the old icons #1987
Conversation
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.
Just a couple comments and minor concerns
<i | ||
class="fa fa-lg" | ||
[ngClass]="['fa-' + buttonType]"></i> | ||
<sky-icon [icon]="buttonType" size="lg"></sky-icon> |
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.
Multiple line attributes 😉
This applies to the other files too. I don't want to clutter with one kind of style comment
…3-icon-style-issues
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.
Looks good to me 😄
…3-icon-style-issues
Codecov Report
@@ Coverage Diff @@
## master #1987 +/- ##
==========================================
+ Coverage 99.94% 99.94% +<.01%
==========================================
Files 423 423
Lines 9266 9296 +30
Branches 1384 1391 +7
==========================================
+ Hits 9261 9291 +30
Misses 5 5
Continue to review full report at Codecov.
|
I removed all old modal screenshots as the fixed font size of the close button was causing a couple to fail consistently on the build machine (they passed locally but I'm guessing it was a resolution thing). |
Resolves #1983