Skip to content

Commit 76f6b09

Browse files
committed
Fixes numixproject#757 error: gtk-dark.css:9381:21: Not using units is deprecated. Assuming 'px'.
1 parent ad4b345 commit 76f6b09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/gtk-3.0/scss/apps/_thunar.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212

1313
scrolledwindow.shortcuts-pane {
14-
border-top-width: 1;
14+
border-top-width: 1px;
1515
}
1616
}
1717
}

src/gtk-3.20/scss/apps/_thunar.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212

1313
scrolledwindow.shortcuts-pane {
14-
border-top-width: 1;
14+
border-top-width: 1px;
1515
}
1616
}
1717
}

0 commit comments

Comments
 (0)