summaryrefslogtreecommitdiffstats
path: root/client/components
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-07-04 11:15:38 +0300
committerLauri Ojansivu <x@xet7.org>2017-07-04 11:15:38 +0300
commit13d7378dc52dadfacd4e7391d541573da0fc7288 (patch)
tree21297150b851978a0521b72faec9a06287a0b60b /client/components
parent2c94254ec363c3e73082e45b4dc16c009efbc047 (diff)
parente9ad9b5be26fbb212d6151b4d218045ec14426e5 (diff)
downloadwekan-13d7378dc52dadfacd4e7391d541573da0fc7288.tar.gz
wekan-13d7378dc52dadfacd4e7391d541573da0fc7288.tar.bz2
wekan-13d7378dc52dadfacd4e7391d541573da0fc7288.zip
Merge branch 'nztqa-improve-ui' into devel
Improve UI design of checklist items. Thanks to nztqa !
Diffstat (limited to 'client/components')
-rw-r--r--client/components/cards/checklists.styl3
1 files changed, 3 insertions, 0 deletions
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