GNOME Bugzilla – Bug 660489
css parsing failure with :active
Last modified: 2014-07-14 03:07:47 UTC
It looks to me as-if gtk is unhappy with any class name following a :active selector. For example: GtkNotebook tab:first-child GtkEntry { font-weight : bold } GtkNotebook tab:active GtkEntry { font-weight : bold } Gtk-Message: CSS: Parse error, expecting a '{' /home/welinder/.config/gtk-3.0/gtk.css, line 2, char 31: GtkNotebook tab:active GtkEntry { font-weight : bold }
yes, pseudo-classes like :active are only supported on the last element of the selector
*** This bug has been marked as a duplicate of bug 722727 ***