[gnome-sound-recorder/wip/exalm/polish: 2/8] recorder: Clean up time label styles




commit e1773e98d09c8673d460f43df717786677341c67
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Nov 19 03:48:26 2021 +0500

    recorder: Clean up time label styles

 data/style.css      | 10 +++++++---
 data/ui/recorder.ui |  1 -
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/data/style.css b/data/style.css
index c6db5d0..59580da 100644
--- a/data/style.css
+++ b/data/style.css
@@ -6,12 +6,16 @@
 }
 
 @keyframes clocks-blink {
-       0% { color: @theme_text_color; }
-       100% { color: #FF0000; }
+  0% { color: @dimmed_color; }
+  100% { color: @destructive_color; }
+}
+
+.recorder-time-label {
+  color: @dimmed_color;
 }
 
 .recorder-time-label.paused {
-       color: #FF0000;
+       color: @destructive_color;
        animation-name: clocks-blink;
        animation-iteration-count: infinite;
        animation-timing-function: cubic-bezier(1.0,0,0,1.0);
diff --git a/data/ui/recorder.ui b/data/ui/recorder.ui
index 6b37cd5..5c8c099 100644
--- a/data/ui/recorder.ui
+++ b/data/ui/recorder.ui
@@ -22,7 +22,6 @@
                       <attribute name="font-features" value="tnum=1"/>
                     </attributes>
                     <style>
-                      <class name="dim-label"/>
                       <class name="recorder-time-label"/>
                     </style>
                   </object>


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