Commit 55e35e2f authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DESIGN] hover on fav star.

parent bfe80bc1
...@@ -294,7 +294,7 @@ renderPage loaderDispatch { totalRecords, dispatch ...@@ -294,7 +294,7 @@ renderPage loaderDispatch { totalRecords, dispatch
[ div [] [ div []
[ a [ className $ fa isFav <> "fa-star" [ a [ className $ fa isFav <> "fa-star"
, if (toDelete $ DocumentsView r) then style {textDecoration : "line-through"} , if (toDelete $ DocumentsView r) then style {textDecoration : "line-through"}
else style {textDecoration : ""} else style {textDecoration : "none"}
, onClick $ (\_-> dispatch $ MarkFavorites r._id (not isFav))] [] , onClick $ (\_-> dispatch $ MarkFavorites r._id (not isFav))] []
] ]
-- TODO show date: Year-Month-Day only -- TODO show date: Year-Month-Day only
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment