[fractal/fractal-next] sidebar: Fix color of RoomRow notification count



commit 411f26b44181d2c76c43bdc994e5aaff9d0520d9
Author: Kévin Commaille <zecakeh tedomum fr>
Date:   Thu Jan 6 15:45:03 2022 +0100

    sidebar: Fix color of RoomRow notification count

 data/resources/style.css              | 3 ---
 data/resources/ui/sidebar-room-row.ui | 1 +
 2 files changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/data/resources/style.css b/data/resources/style.css
index 20fd0bdd..e0dcec31 100644
--- a/data/resources/style.css
+++ b/data/resources/style.css
@@ -172,9 +172,6 @@ headerbar.flat {
 }
 
 .sidebar-list .room .notification_count {
-  /* TODO: use correct color variable */
-  background-color: #555;
-  color: white;
   font-weight: bold;
   font-size: 0.8em;
   border-radius: 10px;
diff --git a/data/resources/ui/sidebar-room-row.ui b/data/resources/ui/sidebar-room-row.ui
index 8236b411..fcffb08b 100644
--- a/data/resources/ui/sidebar-room-row.ui
+++ b/data/resources/ui/sidebar-room-row.ui
@@ -37,6 +37,7 @@
             </binding>
             <style>
               <class name="notification_count"/>
+              <class name="osd"/>
             </style>
           </object>
         </child>


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