Skip to content

Commit

Permalink
Merge pull request #2432 from rhamilto/catalog-icon-fix
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Fix bug where custom img icons don't appear in catalog cards

Introduced with #2208

![screen shot 2017-11-01 at 4 49 26 pm](https://user-images.githubusercontent.com/895728/32297259-fe6cad74-bf24-11e7-9e96-e157228b4798.PNG)
  • Loading branch information
openshift-merge-robot authored Nov 1, 2017
2 parents b97dd63 + c48b2f6 commit dfd3293
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion app/styles/_cards.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@
font-size: 28px;
line-height: 1;
margin-right: 15px;
opacity: .38;
img {
width: 30px;
}
span {
opacity: .38;
}
}
}

Expand Down
4 changes: 3 additions & 1 deletion dist/styles/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dfd3293

Please sign in to comment.