[libadwaita/wip/exalm/recoloring-checks: 3/4] stylesheet: Make scale recoloring easier
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/recoloring-checks: 3/4] stylesheet: Make scale recoloring easier
- Date: Fri, 22 Oct 2021 08:05:27 +0000 (UTC)
commit a099407b430e802d9642f8fbfd7af48941a8d3d8
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 6a232666..5b01f346 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]