Skip to content

Commit 15742fc

Browse files
committed
Update #283
1 parent 845aee9 commit 15742fc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

gtk/src/adw-gtk3/gtk-3.0/_apps.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -552,9 +552,8 @@ window.background.chromium,
552552
}
553553

554554
// https://github.com/lassekongo83/adw-gtk3/issues/283
555-
#MozillaGtkWidget.background {
556-
// Probably not a good idea to use wildcards, but I can't find the name of the element
557-
> * > * > * { border-top: 1px solid transparent; }
555+
#MozillaGtkWidget {
556+
> widget > frame > border { border-top-color: transparent; }
558557
}
559558

560559
// ******************

0 commit comments

Comments
 (0)