Summary: The problem with using the highlight color is that the emblem becomes invisible when applied to a UI element that's selectable and (correctly) uses the default selection color. Making it use the text color instead fixes the bug in all cases. Test Plan: Stars in various UIs (Discover, Dolphin) are now black rather than blue, and the icon can now be used on buttons without becoming invisible. Reviewers: ndavis, #vdg Reviewed By: ndavis, #vdg Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D24612
11 lines
405 B
XML
11 lines
405 B
XML
<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
|
|
<style
|
|
type="text/css"
|
|
id="current-color-scheme">
|
|
.ColorScheme-Text {
|
|
color:#232629;
|
|
}
|
|
</style>
|
|
<path d="M11 .008l3.4 6.888L22 8l-5.5 5.361 1.298 7.57L11 17.357l-6.798 3.574 1.298-7.57L0 8l7.6-1.104z" style="fill:currentColor;fill-opacity:1;stroke:none" class="ColorScheme-Text"/>
|
|
</svg>
|