[gnome-text-editor/wip/exalm/styles: 2/8] css: Work around the glitchy theme selector gradient




commit 4f0cd5f791b09505d360f225ef86ab8bcaa03757
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Jan 7 16:22:09 2022 +0500

    css: Work around the glitchy theme selector gradient

 src/TextEditor.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/TextEditor.css b/src/TextEditor.css
index e587e2b..eee471c 100644
--- a/src/TextEditor.css
+++ b/src/TextEditor.css
@@ -31,7 +31,7 @@ window.org-gnome-TextEditor themeselector checkbutton.dark:checked {
   margin: 0;
 }
 window.org-gnome-TextEditor themeselector checkbutton.follow {
-  background: linear-gradient(to bottom right, #fff 50%, #2e3436 50%);
+  background: linear-gradient(to bottom right, #fff 49.99%, #2e3436 50.01%);
   border-color: #2e3436;
 }
 window.org-gnome-TextEditor themeselector.dark checkbutton.follow {


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