[gnome-sound-recorder/wip/exalm/polish: 2/8] recorder: Clean up time label styles
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sound-recorder/wip/exalm/polish: 2/8] recorder: Clean up time label styles
- Date: Sun, 21 Nov 2021 12:27:48 +0000 (UTC)
commit f258a418a6d8bcf26b4ae72445fd0dee5fd07d91
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]