Skip to content

Commit b28cc09

Browse files
committed
gtk4: Fix typo in SASS if rule
Fixes the border color, and Gtk-WARNING resulting from a theme parsing error.
1 parent 6d2de8a commit b28cc09

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
@@ -2506,7 +2506,7 @@ scrollbar {
25062506
min-width: 4px;
25072507
min-height: 4px;
25082508
background-color: mix($fg_color, $bg_color, 70%);
2509-
border: 1px solid f($variant != 'dark', transparentize(white, 0.4), transparentize(black, 0.7));
2509+
border: 1px solid if($variant != 'dark', transparentize(white, 0.4), transparentize(black, 0.7));
25102510
}
25112511

25122512
&.horizontal {

0 commit comments

Comments
 (0)