[gnome-todo] fixup! themes: Simplify CSS



commit a55c3b772679c84ed5d33eb423e0852caf4319f1
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Apr 9 21:45:46 2021 -0300

    fixup! themes: Simplify CSS

 src/themes/Adwaita-tasklistview.css | 10 ----------
 1 file changed, 10 deletions(-)
---
diff --git a/src/themes/Adwaita-tasklistview.css b/src/themes/Adwaita-tasklistview.css
index c78f8554..92ab9050 100644
--- a/src/themes/Adwaita-tasklistview.css
+++ b/src/themes/Adwaita-tasklistview.css
@@ -2,16 +2,6 @@ tasklistview row {
   border-radius: 5px;
 }
 
-tasklistview.dark stack spinner,
-tasklistview.dark emptylistwidget label {
-    color: white;
-}
-
-tasklistview.light stack spinner,
-tasklistview.light emptylistwidget label {
-    color: black;
-}
-
 tasklistview list:drop(active) {
     box-shadow: none;
     border: none;


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