Merge branch 'fix-polygon-svg-recolor' into 'master'
icontheme: Recolor <polygon> elements in SVGs too See merge request GNOME/gtk!443 (cherry picked from commit 5b049364dcc1ecab1a0695d7bce82268ffd11d18) 284d9093 icontheme: Recolor <polygon> elements in SVGs too
This commit is contained in:
parent
e9f527b328
commit
b283b0b910
@ -4568,7 +4568,7 @@ gtk_icon_info_load_symbolic_svg (GtkIconInfo *icon_info,
|
||||
" width=\"", width, "\"\n"
|
||||
" height=\"", height, "\">\n"
|
||||
" <style type=\"text/css\">\n"
|
||||
" rect,path,ellipse,circle {\n"
|
||||
" rect,path,ellipse,circle,polygon {\n"
|
||||
" fill: ", css_fg," !important;\n"
|
||||
" }\n"
|
||||
" .warning {\n"
|
||||
|
Loading…
Reference in New Issue
Block a user