mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-10 20:50:12 +00:00
Adwaita: Regenerate CSS for emoji completion popup
Commit 65bb238a3f
forgot this bit.
This commit is contained in:
parent
7f91af2516
commit
848a524d95
@ -1930,9 +1930,15 @@ button.emoji-section:hover label { opacity: 0.775; }
|
||||
|
||||
button.emoji-section:checked label { opacity: 1; }
|
||||
|
||||
.emoji { font-size: x-large; padding: 6px; border-radius: 6px; }
|
||||
popover.emoji-picker .emoji { font-size: x-large; padding: 6px; border-radius: 6px; }
|
||||
|
||||
.emoji :hover { background: #215d9c; }
|
||||
popover.emoji-picker .emoji :hover { background: #215d9c; }
|
||||
|
||||
popover.emoji-completion arrow { border: none; background: none; }
|
||||
|
||||
popover.emoji-completion contents row box { border-spacing: 10px; padding: 2px 10px; }
|
||||
|
||||
popover.emoji-completion .emoji:hover { background: #3f4649; }
|
||||
|
||||
/* GTK NAMED COLORS ---------------- use responsibly! */
|
||||
/*
|
||||
|
@ -1950,9 +1950,15 @@ button.emoji-section:hover label { opacity: 0.775; }
|
||||
|
||||
button.emoji-section:checked label { opacity: 1; }
|
||||
|
||||
.emoji { font-size: x-large; padding: 6px; border-radius: 6px; }
|
||||
popover.emoji-picker .emoji { font-size: x-large; padding: 6px; border-radius: 6px; }
|
||||
|
||||
.emoji :hover { background: #4a90d9; }
|
||||
popover.emoji-picker .emoji :hover { background: #4a90d9; }
|
||||
|
||||
popover.emoji-completion arrow { border: none; background: none; }
|
||||
|
||||
popover.emoji-completion contents row box { border-spacing: 10px; padding: 2px 10px; }
|
||||
|
||||
popover.emoji-completion .emoji:hover { background: #f4f4f4; }
|
||||
|
||||
/* GTK NAMED COLORS ---------------- use responsibly! */
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user