mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-03 17:21:11 +00:00
Adwaita: Remove Emoji completion special case
We can use GtkPopover::has-arrow now.
This commit is contained in:
parent
db21cbdfb3
commit
c638a0aa59
@ -4691,11 +4691,6 @@ popover.emoji-picker .emoji {
|
||||
}
|
||||
}
|
||||
|
||||
popover.emoji-completion arrow {
|
||||
border: none;
|
||||
background: none;
|
||||
}
|
||||
|
||||
popover.emoji-completion contents row box {
|
||||
border-spacing: 10px;
|
||||
padding: 2px 10px;
|
||||
|
@ -2,6 +2,7 @@
|
||||
<interface domain="gtk40">
|
||||
<template class="GtkEmojiCompletion" parent="GtkPopover">
|
||||
<property name="autohide">0</property>
|
||||
<property name="has-arrow">0</property>
|
||||
<style>
|
||||
<class name="emoji-completion"/>
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user