vinceliuice / Sierra-gtk-theme

MacOS High Sierra like theme for GTK 3, GTK 2 and Gnome-Shell etc.
https://vinceliuice.github.io
GNU General Public License v3.0
503 stars 58 forks source link

gtk widget CSS Warning #27

Closed pce closed 5 years ago

pce commented 5 years ago

I got the following Gtk-Warning:

(firefox:4823): Gtk-WARNING **: 10:50:01.957: Theme parsing error: gtk-widgets.css:238:26: Missing closing bracket for :not()

Could be that the not operator doesn't support the selector with blank.
The Warning dissapeard after a single matching element selector button:focus:not(combobox):not(button):not(:backdrop) (to be supported by jquery, but not css) .