[gnome-text-editor/wip/exalm/styles: 4/8] css: Polish open popover styles




commit 42f20d3e81451796d1979e62beb039cffc4dd976
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Jan 7 16:47:59 2022 +0500

    css: Polish open popover styles

 src/TextEditor.css | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/src/TextEditor.css b/src/TextEditor.css
index 5508aa0..94ae437 100644
--- a/src/TextEditor.css
+++ b/src/TextEditor.css
@@ -60,12 +60,14 @@ window.org-gnome-TextEditor .open-popover contents {
 }
 window.org-gnome-TextEditor .open-popover list {
   margin-bottom: 3px;
+  background: none;
+  color: inherit;
 }
 window.org-gnome-TextEditor .open-popover list label.placeholder {
   min-height: 57px;
 }
 window.org-gnome-TextEditor .open-popover list row {
-  border-radius: 9px;
+  border-radius: 6px;
   margin: 3px 6px;
 }
 window.org-gnome-TextEditor .open-popover list row:first-child {
@@ -77,10 +79,6 @@ window.org-gnome-TextEditor .open-popover list row button {
   min-height: 24px;
   min-width: 24px;
 }
-window.org-gnome-TextEditor .open-popover list row:hover,
-window.org-gnome-TextEditor .open-popover list row:focus {
-  background: alpha(currentColor, .07);
-}
 
 
 /* EditorSearchBar */


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