summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Tickle <jeff@jefftickle.com>2017-07-05 11:38:04 -0400
committerJeff Tickle <jeff@jefftickle.com>2017-07-05 11:38:04 -0400
commitd461580749aac93e38ae49fee19ff4422a26357e (patch)
tree65defd151ea4c53ef8049d58341898d3aa8c7c25
parentb5197fa6732a6ae093a05962d1441a343c22a25f (diff)
parent13d7378dc52dadfacd4e7391d541573da0fc7288 (diff)
downloadwekan-d461580749aac93e38ae49fee19ff4422a26357e.tar.gz
wekan-d461580749aac93e38ae49fee19ff4422a26357e.tar.bz2
wekan-d461580749aac93e38ae49fee19ff4422a26357e.zip
Merge branch 'devel' of github.com:jtickle/wekan into devel
-rw-r--r--CHANGELOG.md3
-rw-r--r--client/components/cards/checklists.styl3
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c151d700..4f812c50 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,8 @@ This release adds the following new features:
* [REST API: Add PUT method to update a card](https://github.com/wekan/wekan/pull/1095) and
[related fix](https://github.com/wekan/wekan/pull/1097);
* [When finished input of checklist item, open new checklist
- item](https://github.com/wekan/wekan/pull/1099).
+ item](https://github.com/wekan/wekan/pull/1099);
+* [Improve UI design of checklist items](https://github.com/wekan/wekan/pull/1108).
and fixes the following bugs:
diff --git a/client/components/cards/checklists.styl b/client/components/cards/checklists.styl
index 885d7528..1156c577 100644
--- a/client/components/cards/checklists.styl
+++ b/client/components/cards/checklists.styl
@@ -46,6 +46,8 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
font-size: 1.1em
margin-top: 3px
display: flex
+ &:hover
+ background-color: darken(white, 8%)
.check-box
margin-top: 5px
@@ -54,6 +56,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
border-right: 2px solid #3cb500
.item-title
+ flex-grow: 1
padding-left: 10px;
&.is-checked
color: #8c8c8c