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

Commit

Permalink
Gtk-3.20&3.22&4.0: [Ghex] Add some workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
tista500 committed Jun 26, 2018
1 parent f2db506 commit 541968c
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 0 deletions.
25 changes: 25 additions & 0 deletions gtk/sass/3.20/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4328,3 +4328,28 @@ window#live_installer {
}
}


// /********
// * GHex *
// ********/

window.background > box.vertical > menubar + box.vertical > widget {
> widget {
&:not(.view) { // left-most pane
background-image: none;
color: $tertiary_fg_color;
transition: unset;
}

&.view {
background-image: none;
transition: unset;
&.header:selected { // a focused cell
// do not use transparency
background-color: mix($base_color, $selected_bg_color, 87%);
color: $selected_bg_color;
}
}
}
}

25 changes: 25 additions & 0 deletions gtk/sass/3.22/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4077,3 +4077,28 @@ window#live_installer {
}
}


// /********
// * GHex *
// ********/

window.background > box.vertical > menubar + box.vertical > widget {
> widget {
&:not(.view) { // left-most pane
background-image: none;
color: $tertiary_fg_color;
transition: unset;
}

&.view {
background-image: none;
transition: unset;
&.header:selected { // a focused cell
// do not use transparency
background-color: mix($base_color, $selected_bg_color, 87%);
color: $selected_bg_color;
}
}
}
}

25 changes: 25 additions & 0 deletions gtk/sass/4.0/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4049,3 +4049,28 @@ window#live_installer {
}
}


// /********
// * GHex *
// ********/

window.background > box.vertical > menubar + box.vertical > widget {
> widget {
&:not(.view) { // left-most pane
background-image: none;
color: $tertiary_fg_color;
transition: unset;
}

&.view {
background-image: none;
transition: unset;
&.header:selected { // a focused cell
// do not use transparency
background-color: mix($base_color, $selected_bg_color, 87%);
color: $selected_bg_color;
}
}
}
}

0 comments on commit 541968c

Please sign in to comment.