mirror of
https://github.com/discourse/discourse.git
synced 2025-03-31 23:38:10 +08:00
A11Y: Improve user card appearance in WHCM (#18648)
This commit is contained in:
parent
a2596fb306
commit
83c43bae2a
@ -39,6 +39,7 @@ $avatar_margin: -50px; // negative margin makes avatars extend above cards
|
||||
background-size: cover;
|
||||
transition: opacity 0.2s, transform 0.2s;
|
||||
opacity: 0;
|
||||
outline: 2px solid transparent;
|
||||
@include transform(scale(0.9));
|
||||
&.show {
|
||||
opacity: 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user