summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-06-30 11:42:47 +0300
committerLauri Ojansivu <x@xet7.org>2018-06-30 11:42:47 +0300
commitfe69ab90309953ff4de363d41aed539480922016 (patch)
treeea93c653ba8a7dfd07129fa73206c9089c4be544
parent5bca2f802bed6183a9020c2168574bc6486a473b (diff)
parent08a1927c0c01b19ca40efde0f8e9d490dbc7df7d (diff)
downloadwekan-fe69ab90309953ff4de363d41aed539480922016.tar.gz
wekan-fe69ab90309953ff4de363d41aed539480922016.tar.bz2
wekan-fe69ab90309953ff4de363d41aed539480922016.zip
Merge branch 'pravdomil-patch-7' into devel
-rw-r--r--CHANGELOG.md8
-rw-r--r--client/components/cards/minicard.styl2
2 files changed, 9 insertions, 1 deletions
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:
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