From 7b0561ffbefe0dc7123cf9bc2c5a372c8f5d54ca Mon Sep 17 00:00:00 2001 From: tista500 Date: Mon, 6 Aug 2018 15:14:40 +0900 Subject: [PATCH] Gtk-3.2x&4.0: [Budgie-desktop] Polish upcoming 'notification grouping' GtkListBox styling in Raven (3) Keep bold weight in group-ed row titles. --- gtk/sass/3.20/_3rd-party.scss | 3 +++ gtk/sass/3.22/_3rd-party.scss | 3 +++ gtk/sass/3.24/_3rd-party.scss | 3 +++ gtk/sass/4.0/_3rd-party.scss | 3 +++ 4 files changed, 12 insertions(+) diff --git a/gtk/sass/3.20/_3rd-party.scss b/gtk/sass/3.20/_3rd-party.scss index de3aaff58..e2e628cde 100644 --- a/gtk/sass/3.20/_3rd-party.scss +++ b/gtk/sass/3.20/_3rd-party.scss @@ -757,6 +757,9 @@ window.budgie-popover:not(.csd) { &:selected { background-color: gtkopacity($selected_bg_color, 0.25); } + + // title labels + box.horizontal > label:first-child { font-weight: 700; } } } } diff --git a/gtk/sass/3.22/_3rd-party.scss b/gtk/sass/3.22/_3rd-party.scss index 89658ab56..3f6fe3468 100644 --- a/gtk/sass/3.22/_3rd-party.scss +++ b/gtk/sass/3.22/_3rd-party.scss @@ -794,6 +794,9 @@ $switcher_height: $widget_size - if($ref_weight < 1.0, 10.7px, 5.3px); &:selected { background-color: gtkopacity($selected_bg_color, 0.25); } + + // title labels + box.horizontal > label:first-child { font-weight: 700; } } } } diff --git a/gtk/sass/3.24/_3rd-party.scss b/gtk/sass/3.24/_3rd-party.scss index ac7df6d1f..cf6fefd37 100644 --- a/gtk/sass/3.24/_3rd-party.scss +++ b/gtk/sass/3.24/_3rd-party.scss @@ -794,6 +794,9 @@ $switcher_height: $widget_size - if($ref_weight < 1.0, 10.7px, 5.3px); &:selected { background-color: gtkopacity($selected_bg_color, 0.25); } + + // title labels + box.horizontal > label:first-child { font-weight: 700; } } } } diff --git a/gtk/sass/4.0/_3rd-party.scss b/gtk/sass/4.0/_3rd-party.scss index 7cecd7fbd..be2e798f4 100644 --- a/gtk/sass/4.0/_3rd-party.scss +++ b/gtk/sass/4.0/_3rd-party.scss @@ -782,6 +782,9 @@ $switcher_height: $widget_size - if($ref_weight < 1.0, 10.7px, 5.3px); &:selected { background-color: gtkopacity($selected_bg_color, 0.25); } + + // title labels + box.horizontal > label:first-child { font-weight: 700; } } } }