mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Remove text_reversed
This theme item is broken by nature since the theme itself allows you to change the colours such that these text elements don't get inversed colours at all. Instead I'm going to use text_emphasis for these which is currently the same. If ever they need to get different colours for these items than the normal colour, the theme item will have to be split up. Contributes to issue CURA-4148.
This commit is contained in:
parent
d55b8b2957
commit
f5169f53f3
4 changed files with 4 additions and 5 deletions
|
@ -133,7 +133,7 @@ Item
|
|||
color: {
|
||||
if(infillListView.activeIndex == index)
|
||||
{
|
||||
return UM.Theme.getColor("text_reversed")
|
||||
return UM.Theme.getColor("text_emphasis")
|
||||
}
|
||||
if(!base.settingsEnabled)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue