[gnome-text-editor] css: tweak non-focus color for light mode



commit c24b56b64f7c73e54c628595cf02f05291928d93
Author: Christian Hergert <chergert redhat com>
Date:   Fri Nov 19 12:40:02 2021 -0800

    css: tweak non-focus color for light mode
    
    This is slightly different color from the mockups (even though they have
    a weird blue halo in the mockup, which appears to be a mistake).

 src/TextEditor.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/TextEditor.css b/src/TextEditor.css
index afb68a4..83fde39 100644
--- a/src/TextEditor.css
+++ b/src/TextEditor.css
@@ -63,7 +63,7 @@
 }
 .org-gnome-TextEditor checkbutton.theme-selector.light:not(:checked) {
   background-color: #fff;
-  border-color: #e2e1de;
+  border-color: #dcdddd;
 }
 .org-gnome-TextEditor checkbutton.theme-selector.dark:not(:checked) {
   background-color: #2e3436;


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