[libadwaita/wip/exalm/recoloring-checks: 32/33] stylesheet: Make scale recoloring easier
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/recoloring-checks: 32/33] stylesheet: Make scale recoloring easier
- Date: Tue, 26 Oct 2021 07:56:35 +0000 (UTC)
commit a3d1d6dbaf8456be4ca1699995b16847f672410b
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Fri Oct 22 13:05:14 2021 +0500
stylesheet: Make scale recoloring easier
src/stylesheet/widgets/_scale.scss | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/stylesheet/widgets/_scale.scss b/src/stylesheet/widgets/_scale.scss
index 563ccee9..3f1d7286 100644
--- a/src/stylesheet/widgets/_scale.scss
+++ b/src/stylesheet/widgets/_scale.scss
@@ -10,6 +10,7 @@
%scale_highlight {
border-radius: 99px;
background-color: $fill_color;
+ color: $fill_text_color;
}
scale {
@@ -57,7 +58,7 @@ scale {
background-color: $trough_hover_color;
> highlight {
- background-color: $fill_hover_color;
+ background-image: image(gtkalpha(currentColor, .1));
}
> slider {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]