mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
FIX: chrome 47 started showing square outline around avatar on user cards
This commit is contained in:
parent
72e7271687
commit
1b510447db
@ -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>
|
||||
|
@ -37,6 +37,10 @@ $user_card_background: #222;
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
a.card-huge-avatar {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
&.no-bg {
|
||||
|
Loading…
Reference in New Issue
Block a user