summaryrefslogtreecommitdiffstats
path: root/client/components/cards/cardDate.styl
diff options
context:
space:
mode:
authorRJevnikar <12701645+rjevnikar@users.noreply.github.com>2018-07-31 22:01:14 +0000
committerRJevnikar <12701645+rjevnikar@users.noreply.github.com>2018-07-31 22:01:14 +0000
commita8146e61f326dbe2bddd1d0c1bd781bcc6bca443 (patch)
tree625a3d868db5330369bc68a394f79063c6cfe9df /client/components/cards/cardDate.styl
parent6a23f73d94ad6b4136e815c61b0bf132b8e476e1 (diff)
downloadwekan-a8146e61f326dbe2bddd1d0c1bd781bcc6bca443.tar.gz
wekan-a8146e61f326dbe2bddd1d0c1bd781bcc6bca443.tar.bz2
wekan-a8146e61f326dbe2bddd1d0c1bd781bcc6bca443.zip
Fix flagging of dates (i.e. due date only flagged when before end date)
Diffstat (limited to 'client/components/cards/cardDate.styl')
-rw-r--r--client/components/cards/cardDate.styl4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/cards/cardDate.styl b/client/components/cards/cardDate.styl
index 9775e82b..3e736f43 100644
--- a/client/components/cards/cardDate.styl
+++ b/client/components/cards/cardDate.styl
@@ -43,12 +43,12 @@
&.start-date
time
&::before
- content: "\f08b" // symbol: fa-sign-out
+ content: "\f251" // symbol: fa-hourglass-start
&.received-date
time
&::before
- content: "\f251" // symbol: fa-hourglass-start
+ content: "\f08b" // symbol: fa-ign-out
time
&::before