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

Commit

Permalink
Gtk-3.22&3.24&4.0: [WhiskerMenuApplet] Add some workarounds (2)
Browse files Browse the repository at this point in the history
Enforce dimming ugly resize-grip in both top/bottom panel layouts.
  • Loading branch information
tista500 committed Aug 28, 2018
1 parent 3a7fc5c commit ccfadad
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
7 changes: 5 additions & 2 deletions gtk/sass/3.22/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2435,8 +2435,11 @@ window#whiskermenu-window {
// why wasn't .popup class implemented in this window node? :/
> decoration { box-shadow: $z-depth-3; }

stack > box > box.horizontal:first-child { // ugly resize-grip
widget { color: $outline_track_color; }
stack > box > box.horizontal {
&:first-child widget,
&:last-child > widget:last-child { // ugly resize-grip
color: $outline_track_color;
}
}

scrolledwindow {
Expand Down
7 changes: 5 additions & 2 deletions gtk/sass/3.24/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2435,8 +2435,11 @@ window#whiskermenu-window {
// why wasn't .popup class implemented in this window node? :/
> decoration { box-shadow: $z-depth-3; }

stack > box > box.horizontal:first-child { // ugly resize-grip
widget { color: $outline_track_color; }
stack > box > box.horizontal {
&:first-child widget,
&:last-child > widget:last-child { // ugly resize-grip
color: $outline_track_color;
}
}

scrolledwindow {
Expand Down
7 changes: 5 additions & 2 deletions gtk/sass/4.0/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2414,8 +2414,11 @@ window#whiskermenu-window {
// why wasn't .popup class implemented in this window node? :/
> decoration { box-shadow: $z-depth-3; }

stack > box > box.horizontal:first-child { // ugly resize-grip
widget { color: $outline_track_color; }
stack > box > box.horizontal {
&:first-child widget,
&:last-child > widget:last-child { // ugly resize-grip
color: $outline_track_color;
}
}

scrolledwindow {
Expand Down

0 comments on commit ccfadad

Please sign in to comment.