Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
Gtk-3.2x&4.0: [Budgie-desktop] Polish upcoming 'notification grouping…
Browse files Browse the repository at this point in the history
…' GtkListBox styling in Raven (3)

Keep bold weight in group-ed row titles.
  • Loading branch information
tista500 committed Aug 6, 2018
1 parent ec17ff4 commit 7b0561f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gtk/sass/3.20/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
}
}
}
Expand Down
3 changes: 3 additions & 0 deletions gtk/sass/3.22/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
}
}
}
Expand Down
3 changes: 3 additions & 0 deletions gtk/sass/3.24/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
}
}
}
Expand Down
3 changes: 3 additions & 0 deletions gtk/sass/4.0/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
}
}
}
Expand Down

0 comments on commit 7b0561f

Please sign in to comment.