From c3e839c885bef820b15bcebf75a721b1ce2799f9 Mon Sep 17 00:00:00 2001 From: pravdomil Date: Tue, 26 Jun 2018 10:54:22 +0200 Subject: revert 6a58729 --- client/components/cards/minicard.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl index 391a6316..335182a3 100644 --- a/client/components/cards/minicard.styl +++ b/client/components/cards/minicard.styl @@ -37,7 +37,7 @@ flex-wrap: wrap background-color: #fff min-height: 20px - box-shadow: 0 0px 16px rgba(0,0,0,0.15) inset + box-shadow: 0 1px 2px rgba(0,0,0,.15) border-radius: 2px color: #4d4d4d overflow: hidden -- cgit v1.2.3-1-g7c22 From 08a1927c0c01b19ca40efde0f8e9d490dbc7df7d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 30 Jun 2018 11:42:03 +0300 Subject: - Remove card shadow, Wekan users now prefer not to have it. Thanks to GitHub users pravdomil and xet7 for their contributions. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56fc9f2a..03cdee3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Upcoming Wekan release + +This release fixes the following bugs: + +* [Remove card shadow, Wekan users now prefer not to have it](https://github.com/wekan/wekan/pull/1726). + +Thanks to GitHub users pravdomil and xet7 for their contributions. + # v1.10 2018-06-28 Wekan release This release fixes the following bugs: -- cgit v1.2.3-1-g7c22