Skip to content

Commit

Permalink
Remove appbar glow due to GTK NGL renderer not doing alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Apr 7, 2024
1 parent 7050ed2 commit b27c4d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1356,12 +1356,10 @@ button.image-button.disclosure-button {

.flat-appbar {
padding: px-to-rem(4px);
box-shadow: inset 0 2px 1px 0 gtkalpha(white, #{if($variant == 'light', .2, .15)});
}
.appbar {
padding: px-to-rem(4px);
background: bg-color(2);
box-shadow: inset 0 2px 1px 0 gtkalpha(white, #{if($variant == 'light', .2, .15)}), inset 0 1px 0 0 gtkalpha($borders, .4);
}
.appbar .text-field text,
.flat-appbar .text-field text {
Expand Down

0 comments on commit b27c4d8

Please sign in to comment.