B00merang-Project / macOS

macOS theme for Gnome and GTK-based desktops
http://b00merang.weebly.com/macos.html
GNU General Public License v3.0
744 stars 118 forks source link

Theme parsing error on TAG:3.2 #73

Closed zayfen closed 5 years ago

zayfen commented 6 years ago

(update-manager:5692): Gtk-WARNING **: 16:29:02.806: Theme parsing error: gtk-widgets.css:238:26: Missing closing bracket for :not()

when I open a dialog, the above error message appeared on my terminal. maybe the problem file is ./gtk-3.20/gtk-widgets.css

My Linux: Ubuntu18.04 Gnome: 3.20 Theme Version: from TAG:3.2

Elbullazul commented 6 years ago

will check, thanks for reporting

felipetesc commented 6 years ago

Hello. I opened the file at the line 235, and nothing seems to be wrong. That's the code:

   button:focus:not(combobox button):not(:backdrop) {
    background-image: linear-gradient(to bottom, shade(@selected_bg_color, 1.25), shade(@selected_bg_color, 0.99) );
    box-shadow: 0 0 1px 1px shade(@theme_selected_bg_color, 1.65);
    color: @theme_selected_fg_color;
    border-color: shade(@theme_selected_bg_color, 1.5);
}

Still, I'm seeing the warning . Yes, the error occurs at the file ... /gtk-3.20/gtk-widgets.css

Elbullazul commented 5 years ago

version 4.0 should fix this