We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a164eb commit 97186c7Copy full SHA for 97186c7
1 file changed
assets/css/page-widgets/todo.css
@@ -47,6 +47,19 @@
47
.prpl-suggested-task {
48
border: 1px solid #796da2;
49
background-color: #f9fafb;
50
+
51
+ .prpl-suggested-task-actions {
52
53
+ &::after {
54
+ content: "";
55
+ display: inline-block;
56
+ width: 24px;
57
+ height: 24px;
58
+ background-image: url("../../images/icon_progress_planner.svg");
59
+ background-size: contain;
60
+ background-repeat: no-repeat;
61
+ }
62
63
}
64
65
0 commit comments