Skip to content

Commit

Permalink
fix display of Clarity icons in Firefox (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsasch authored May 10, 2019
1 parent 9999fce commit c94f8cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## v0.7.3 Release Notes

### Fixed the broken display of icons in Firefox.

### Changed the color of the message icon from green to red to make it stand out more.

### Added styling to Job Details page tabs to add clarity.
Expand Down
2 changes: 2 additions & 0 deletions ui/src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
import 'core-js/es6/reflect';
import 'core-js/es7/reflect';

/** For Firefox support of Clarity Icons */
import '@webcomponents/custom-elements/custom-elements.min.js';

/**
* Required to support Web Animations `@angular/animation`.
Expand Down

0 comments on commit c94f8cf

Please sign in to comment.