Replies: 4 comments 1 reply
-
Hi @Cito, yes I'd wondered the same thing. Have you seen this page page - it shows how you can get rid of the grey. It shows how you have some control over the styling in the recommended CSS Snippet. It doesn't offer a way to turn off bold. If you don't like the bold, I would suggest making that same (reverted) edit in your copy. Hope this helps a bit. |
Beta Was this translation helpful? Give feedback.
-
Thanks @claremacrae , I missed that setting plugin. It now makes a bit more sense, since it allows to use different colors depending on the status type. Still, I find it a bit confusing that the default todo status (empty box) is not styled at all, while all other status values change the style of the text (i.e. bold by default and grey or colorful depending on the setting). Looking at the CSS, I see that this is even intentional - the snippet uses a |
Beta Was this translation helpful? Give feedback.
-
li.setAttribute('data-task', task.status.symbol.trim()); Still confused, since when I check with the dev tools, the data-task attribute is set to " " (blank), not to an empty string. And it's a div, not a li. It seems there are a few things I don't understand here. Need to look into this again when I have more time. |
Beta Was this translation helpful? Give feedback.
-
This option in Style Settings reverts the text back to plain text for me: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry for my ignorance. I'm currently trying out the new status feature - thanks to everyone for working on this.
I noticed that the text of tasks with a custom status is shown with a different style - bold and greyed out. What's the intention behind this? Should these tasks be emphasized (by making them bolder) or deemphasized (by making them greyed out)? Why does this happen independently of the actual status? For instance, I would understand that a cancelled task is shown greyed out, while a task under progress is boldened. But they are all both boldened and greyed out at the same time.
I'm using the recommended CSS snippet with the default theme.
Beta Was this translation helpful? Give feedback.
All reactions