[gnome-shell/wip/jimmac/frederik-light] theme: theme slider handle
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/jimmac/frederik-light] theme: theme slider handle
- Date: Fri, 31 May 2019 07:58:53 +0000 (UTC)
commit e5e975956f4331241d748f41666dd5dea2d46015
Author: Jakub Steiner <jimmac gmail com>
Date: Fri May 31 09:58:19 2019 +0200
theme: theme slider handle
matching gtk
data/theme/gnome-shell-sass/_common.scss | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss
index 1a7c1a311..85af4aadd 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -145,11 +145,11 @@ StScrollBar {
-barlevel-border-width: 1px;
-slider-handle-radius: 8px;
-slider-handle-border-width: 1px;
- color: $fg_color; /* FIXME to match gtk, we'd need to style the border of the slider, not
+ -slider-handle-border-color: $borders_color;
+ color: $bg_color; /* FIXME to match gtk, we'd need to style the border of the slider, not
the whole widget */
- &:active {
- color: $selected_bg_color; /* FIXME again, this should be border only */
- }
+ &:hover { color: $_hover_bg_color; }
+ &:active { color: $_active_bg_color; }
}
/* Check Boxes */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]