Skip to content

Commit 0940762

Browse files
committed
gtk4: Fix mistyped none
Fixes Gtk-WARNING resulting from theme parsing error.
1 parent 544ffc5 commit 0940762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/gtk-4.0/4.2/sass/_common.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4086,7 +4086,7 @@ window {
40864086
//border: solid 1px $borders_color;
40874087
border-radius: 0;
40884088
// box-shadow: inset 0 0 0 4px $borders_color, inset 0 0 0 3px $headerbar_bg_color, inset 0 1px $top_hilight;//FIXME Arc styling, https://gitlab.gnome.org/GNOME/gtk/-/commit/da4e2a29763f5fcc314da992c4b24763247c6211
4089-
box-shadow: onne;
4089+
box-shadow: none;
40904090

40914091
// &:backdrop { box-shadow: inset 0 0 0 4px $borders_color, inset 0 0 0 3px $backdrop_bg_color, inset 0 1px $top_hilight; }//FIXME Arc styling, https://gitlab.gnome.org/GNOME/gtk/-/commit/da4e2a29763f5fcc314da992c4b24763247c6211
40924092
}

0 commit comments

Comments
 (0)