[WEB-2503] chore: remove line-through decoration from checked todo list items#5659
[WEB-2503] chore: remove line-through decoration from checked todo list items#5659
Conversation
WalkthroughThe changes involve modifications to the CSS styling of task list items in the user interface. The primary alteration is the replacement of the line-through text decoration for checked items with a smooth color transition effect. Additionally, a minor formatting change was made by removing a blank line before the keyframes for a spinning animation. No alterations were made to the declarations of exported or public entities. Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Recent review detailsConfiguration used: CodeRabbit UI Files selected for processing (1)
Additional comments not posted (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
| color: rgb(var(--color-text-400)); | ||
| text-decoration: line-through; | ||
| text-decoration-thickness: 2px; | ||
| transition: color 0.2s ease; |
There was a problem hiding this comment.
Are we changing the color of checked items? Isn't the ticked checkbox enough?
There was a problem hiding this comment.
We are changing the text of checked items. Once something's done, we don't want to pay much attention to it, hence a muted text color. Removed the line-through as it was affecting the readability.
Improvements:
line-throughtext decoration from checked todo list items.GitHub issue: #5394
Plane issue: WEB-2503
Summary by CodeRabbit
New Features
Style