-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task lists: Show label of done tasks crossed out #2724
Conversation
My personal preference it the non-strikes through one as it keeps the items a bit more readable, but let's see what @jancborchardt and @nimishavijay think. |
That's somewhat true, but personally I agree with @jancborchardt on his comment:
|
Yep, not a blocker from my side, just wanted to double check :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really nice work! Very satisfying when it's crossed off :)
/compile amend / |
As recommended in #886 this changes the styling of checked task list items to `line-through` and changes the color to `--color-text-maxcontrast`. Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
c4ed72b
to
8b2fba4
Compare
need a easy option to turn off the strike thru on checked items. do not want to mess with CSS to turn this off. |
Summary
As recommended in #886 this changes the styling of
checked task list items to
line-through
and changesthe color to
var(--color-text-maxcontrast)
.Here is an example of how it looks like (also with dark color mode):