Skip to content
Snippets Groups Projects
Commit c6d9d7a6 authored by Martin Anderson-Clutz's avatar Martin Anderson-Clutz
Browse files

Issue #3340069 by mandclu: Override path colors if SVG set to currentColor

parent 4c1dca20
No related branches found
No related tags found
No related merge requests found
......@@ -5,3 +5,7 @@
.view-id-quick_links.view-display-id-block_1 .views-view-grid__item-inner {
text-align: center;
}
span.views-field.views-field-field-media-svg svg[fill="currentColor"] path[fill="#000000"] {
fill: currentColor;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment