A11Y: Improve user card appearance in WHCM (#18648)

This commit is contained in:
Keegan George 2022-10-18 11:05:14 -07:00 committed by GitHub
parent a2596fb306
commit 83c43bae2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;