Adwaita: Remove Emoji completion special case

We can use GtkPopover::has-arrow now.
This commit is contained in:
Matthias Clasen 2019-05-21 20:45:08 -04:00
parent db21cbdfb3
commit c638a0aa59
2 changed files with 1 additions and 5 deletions

View File

@ -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;

View File

@ -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>