Skip to content

Commit

Permalink
Gnome: Fix flickering above Chrome URL bar, Fix #201. Fix #195
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Jul 10, 2022
1 parent 287fcbd commit 2b0178a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 22 deletions.
1 change: 1 addition & 0 deletions gtk-3.20/_drawing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@
// outline-color: transparentize($tc, 0.7);
background-color: lighten(mix($bg_color, $base_color, 15%), 4%);
text-shadow: none;
border: 1px solid $c;
}

@else if $t==hover {
Expand Down
23 changes: 12 additions & 11 deletions gtk-3.20/gtk-dark.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 12 additions & 11 deletions gtk-3.20/gtk.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2b0178a

Please sign in to comment.