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
398 B
XML
11 lines
398 B
XML
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
<style
|
|
type="text/css"
|
|
id="current-color-scheme">
|
|
.ColorScheme-Text {
|
|
color:#232629;
|
|
}
|
|
</style>
|
|
<path style="fill:currentColor;fill-opacity:1;stroke:none" class="ColorScheme-Text" d="M8 .188l2.472 5.009L16 6l-4 3.899.944 5.506L8 12.805l-4.944 2.6L4 9.899 0 6l5.528-.803z"/>
|
|
</svg>
|