Merge branch 'lb90-gtk-3-24-patch-56691' into 'gtk-3-24'

[win32 CSS theme] Fix a small syntax error

See merge request GNOME/gtk!1118
This commit is contained in:
Christoph Reiter
2019-10-07 16:30:09 +00:00

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);