Skip to content

Commit

Permalink
docs: Document how to style the Postpone button.
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Dec 16, 2023
1 parent e29dd19 commit 96a52ae
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/Advanced/Styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,17 @@ The following additional components have the following classes:
| Class | Usage |
| ------------------------------ | --------------------------------------------------------------------------------------------------------------- |
| plugin-tasks-query-explanation | This is applied to the PRE showing the query's explanation when the `explain` instruction is used. |
| tasks-backlink | This is applied to the SPAN that wraps the [[Backlinks|backlink]] if displayed on the task. |
| tasks-backlink | This is applied to the SPAN that wraps the [[Backlinks\|backlink]] if displayed on the task. |
| tasks-edit | This is applied to the SPAN that wraps the edit button/icon shown next to the task that opens the task edit UI. |
| tasks-postpone | This is applied to the SPAN that wraps the postpone button/icon shown after the edit button/icon |
| tasks-urgency | This is applied to the SPAN that wraps the urgency score if displayed on the task. |
| tasks-group-heading | This is applied to H4, H5 and H6 group headings |

> [!released]
`tasks-group-heading` was introduced in Tasks 1.6.0.<br>
`plugin-tasks-query-explanation` was introduced in Tasks 1.19.0.
>
> - `tasks-group-heading` was introduced in Tasks 1.6.0.
> - `plugin-tasks-query-explanation` was introduced in Tasks 1.19.0.
> - `tasks-postpone` was added in Tasks X.Y.Z.
## CSS Examples

Expand Down

0 comments on commit 96a52ae

Please sign in to comment.