[gtk/wip/jimmac/file-dialog-sidebar-color] Adwaita: sidebar color for file picker
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/jimmac/file-dialog-sidebar-color] Adwaita: sidebar color for file picker
- Date: Mon, 13 Jul 2020 14:48:23 +0000 (UTC)
commit b63f0f9409b706c649ab4b32f2e8c2bfff295822
Author: Jakub Steiner <jimmac gmail com>
Date: Mon Jul 13 16:01:01 2020 +0200
Adwaita: sidebar color for file picker
- avoid using the selected blue for the sidebar
Maybe fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/1586
gtk/theme/Adwaita/_common.scss | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 7e829c1b4b..41505f65ec 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -3343,7 +3343,13 @@ placessidebar {
// will make the animation of the new bookmark row jump
> revealer { padding: 0 14px; }
- &:selected { color: $selected_fg_color; }
+ &:selected {
+ background-color: $menu_selected_color;
+
+ &:focus { background-color: $selected_bg_color; }
+ }
+
+
&:disabled { color: $insensitive_fg_color; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]