Skip to content

Commit 40f18cc

Browse files
authored
Merge pull request #386 from ProgressPlanner/filip/silver-task-ravi-icon
Add Ravi icon for the "silver" TODO (user task)
2 parents 4a164eb + 97186c7 commit 40f18cc

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

assets/css/page-widgets/todo.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,19 @@
4747
.prpl-suggested-task {
4848
border: 1px solid #796da2;
4949
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+
}
5063
}
5164
}
5265
}

0 commit comments

Comments
 (0)