[libadwaita/wip/exalm/stylesheet2: 57/97] stylesheet: Clean up emoji picker styles




commit 9cd493474d7e1aa55b975ca9cbc3da8338c6992f
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Apr 8 23:58:06 2021 +0500

    stylesheet: Clean up emoji picker styles

 src/stylesheet/_common.scss | 33 ++++++++++++++++-----------------
 1 file changed, 16 insertions(+), 17 deletions(-)
---
diff --git a/src/stylesheet/_common.scss b/src/stylesheet/_common.scss
index 4bb5845..166db0e 100644
--- a/src/stylesheet/_common.scss
+++ b/src/stylesheet/_common.scss
@@ -4106,7 +4106,8 @@ stackswitcher.circular {
  * Emoji *
  ********/
 
-popover.emoji-picker > contents {
+popover.emoji-picker > contents,
+popover.entry-completion > contents {
   padding: 0;
 }
 
@@ -4151,24 +4152,22 @@ popover.emoji-picker emoji {
   }
 }
 
-emoji-completion-row > box {
-  border-spacing: 10px;
-  padding: 2px 10px;
-}
-
-emoji-completion-row:focus,
-emoji-completion-row:hover {
-  background-color: $selected_bg_color;
-  color: $selected_fg_color;
-}
+emoji-completion-row {
+   > box {
+    border-spacing: 10px;
+    padding: 2px 10px;
+  }
 
-emoji-completion-row emoji:focus,
-emoji-completion-row emoji:hover {
-  background-color: $menu_selected_color;
-}
+  :focus,
+  :hover {
+    background-color: $selected_bg_color;
+    color: $selected_fg_color;
+  }
 
-popover.entry-completion > contents {
-  padding: 0;
+  emoji:focus,
+  emoji:hover {
+    background-color: $menu_selected_color;
+  }
 }
 
 statusbar {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]