mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Updating custom emoji hover state (#25568)
This commit is contained in:
parent
6cf7115e1f
commit
bd71288731
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user