b4n commented on this pull request.
@@ -1,10 +0,0 @@
-@import "geany.css"; - -/* make close button on the editor's tabs smaller */ -#geany-close-tab-button { - -GtkWidget-focus-padding: 0; - -GtkWidget-focus-line-width: 0; - -GtkButton-default-border: 0; - -GtkButton-default-outside-border: 0; - -GtkButton-inner-border: 0; -}
Okay apparently GTK 3.22 doesn't complain.
Still, I'm not sure this whole "load geany.css from user's dir" makes much sense to me.