Skip to content

Commit

Permalink
Merge pull request #2122 from HealthCatalyst/dev
Browse files Browse the repository at this point in the history
Cashmere 14.3.2
  • Loading branch information
andrew-frueh authored Apr 19, 2023
2 parents 89b57e3 + b3587d2 commit b397de2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/cashmere/src/lib/icon-font/css/hcicons.css
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@
.hc-icons.hci-southpanel-hide:before {
content: "\e951";
}
.hc-icons.hci-southpanel-show-alt:before {
.hc-icons.hci-southpanel-show:before {
content: "\e952";
}
.hc-icons.hci-southpanel-show-alt:before {
Expand Down
2 changes: 1 addition & 1 deletion projects/cashmere/src/lib/icon-font/hcicons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ $hc-icons-font-path: '.' !default;
&.hci-southpanel-hide:before {
content: '\e951';
}
&.hci-southpanel-show-alt:before {
&.hci-southpanel-show:before {
content: '\e952';
}
&.hci-southpanel-show-alt:before {
Expand Down
2 changes: 1 addition & 1 deletion src/app/foundations/icons/icon-guide.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ <h5 id="job-status">Vitalware UI</h5>
<hc-icon fontSet="hc-icons" fontIcon="hci-southpanel-show-alt" hcIconLg></hc-icon><span>hci-southpanel-show-alt<span class="unicode"> [e952]</span></span><span class="alt-text">toggle, panel, open</span>
</div>
<div class="icon-example">
<hc-icon fontSet="hc-icons" fontIcon="hci-southpanel-show-alt" hcIconLg></hc-icon><span>hci-southpanel-show-alt<span class="unicode"> [e954]</span></span><span class="alt-text">toggle, panel, open</span>
<hc-icon fontSet="hc-icons" fontIcon="hci-southpanel-show" hcIconLg></hc-icon><span>hci-southpanel-show<span class="unicode"> [e954]</span></span><span class="alt-text">toggle, panel, open</span>
</div>
</div>
</hc-tile>
Expand Down
Binary file modified src/assets/hcicons.zip
Binary file not shown.

0 comments on commit b397de2

Please sign in to comment.