summaryrefslogtreecommitdiffstats
path: root/src/Components
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2021-11-05 09:02:55 +0200
committerJan Tuomi <jan.tuomi@valuemotive.com>2021-11-05 09:02:55 +0200
commit32a6ffc0c117b4ef28ea9f74517de77f8fafff1a (patch)
treef2f27d060b9f4f1b2a71684ce5e43e6a65b1a9ab /src/Components
parent0f0f194cef76a5c1b815a793314e0aca745dd311 (diff)
Styling
Diffstat (limited to 'src/Components')
-rw-r--r--src/Components/PostList.elm1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Components/PostList.elm b/src/Components/PostList.elm
index 998bdff..d417deb 100644
--- a/src/Components/PostList.elm
+++ b/src/Components/PostList.elm
@@ -43,7 +43,6 @@ styles =
, postLikeButton =
css
[ marginRight (px 5)
- , cursor pointer
]
}