Updating custom emoji hover state (#25568)

This commit is contained in:
Asaad Mahmood 2023-11-30 13:32:37 +05:00 committed by GitHub
parent 6cf7115e1f
commit bd71288731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -548,6 +548,12 @@ $emoji-footer-height: $emoji-footer-border-width + $emoji-half-height + $emoji-
img {
-moz-transform: scale(0.45);
zoom: 0.45;
&.emoji-category--custom {
-moz-transform: scale(1);
transform: scale(1.25);
zoom: 1;
}
}
}