FIX: chrome 47 started showing square outline around avatar on user cards

This commit is contained in:
Neil Lalonde 2015-12-03 10:34:11 -05:00
parent 72e7271687
commit 1b510447db
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{{#if controller.visible}}
<div class="card-content">
<a href={{user.path}} {{action "showUser"}}>{{bound-avatar avatar "huge"}}</a>
<a href={{user.path}} {{action "showUser"}} class="card-huge-avatar">{{bound-avatar avatar "huge"}}</a>
<div class="names">
<span>

View File

@ -37,6 +37,10 @@ $user_card_background: #222;
display: block;
clear: both;
}
a.card-huge-avatar {
outline: none;
}
}
&.no-bg {