Fix emoji font in emoji picker header buttons (#31679)

* Fix emoji font in emoji picker header buttons

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Update screnshots

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2026-01-08 12:58:02 +00:00 committed by GitHub
parent 220e93596a
commit 540d71f49c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -32,6 +32,8 @@ Please see LICENSE files in the repository root for full details.
.mx_EmojiPicker_anchor {
border: none;
padding: var(--cpd-space-1x) 0;
/* We have to explicitly inherit the font as button browser styles are implicitly ignorant */
font: inherit;
font-size: $font-20px;
line-height: 1;
border-bottom: 2px solid transparent;