mirror of
https://github.com/marktext/marktext.git
synced 2025-05-03 00:01:19 +08:00
Fix not colored emojis on popup
This commit is contained in:
parent
2bb405a03e
commit
dcface0887
@ -36,6 +36,7 @@
|
||||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
border-radius: 50%;
|
||||
font-family: "Open Sans", "Clear Sans", "Helvetica Neue", Arial, sans-serif, "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji";
|
||||
}
|
||||
|
||||
.ag-emoji-picker:hover .active {
|
||||
@ -58,4 +59,3 @@
|
||||
transition: transform .2s ease-in;
|
||||
transform-origin: center;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user