numixproject / numix-gtk-theme

A modern flat theme with a combination of light and dark elements.
GNU General Public License v3.0
1.2k stars 227 forks source link

Fix Thunar sidebar. Fix for issue #742. #751

Closed darkshram closed 3 years ago

Ferdi265 commented 3 years ago

This PR introduced a CSS warning from GTK:

(nemo:114442): Gtk-WARNING **: 02:42:56.242: Theme parsing error: gtk.css:9190:21: Not using units is deprecated. Assuming 'px'.

The border-top-width: 1; in _thunar.scss should probably be changed to border-top-width: 1px; (or whatever unit was intended).