mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 04:13:30 +03:00
Update emoji picker in callout card
This commit is contained in:
parent
e4b3beee75
commit
74f808f934
@ -1402,16 +1402,9 @@
|
||||
border-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
.kg-callout-emoji:hover {
|
||||
background: rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
|
||||
.kg-card-callout-white .kg-callout-emoji:hover {
|
||||
background: var(--whitegrey);
|
||||
}
|
||||
|
||||
.kg-callout-emoji.active {
|
||||
background: rgba(0, 0, 0, 0.06);
|
||||
.kg-callout-emoji:hover,
|
||||
.kg-emoji-picker-active {
|
||||
background: rgba(124, 139, 154, 0.13);
|
||||
}
|
||||
|
||||
.kg-callout-palette {
|
||||
|
Loading…
Reference in New Issue
Block a user