Merge branch 'css-fix' into 'master'

win32 theme: Fix css syntax error

See merge request GNOME/gtk!324
This commit is contained in:
Jakub Steiner 2018-09-07 20:35:07 +00:00
commit 005f932d13

View File

@ -1040,7 +1040,7 @@ progressbar.vertical progress.pulse {
combobox entry {
margin-right: calc( -2ex - -gtk-win32-part-width(combobox, 6, 1));
background-image: -gtk-win32-theme-part(combobox, 4, 1));
background-image: -gtk-win32-theme-part(combobox, 4, 1);
}
combobox entry:hover {
background-image: -gtk-win32-theme-part(combobox, 4, 2);