diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-08-28 03:35:18 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-08-28 03:35:18 +0200 |
commit | 5eb67e803af0fd674f85a80e47913fa13fed24b2 (patch) | |
tree | aa13e102e4d227d3ed546be959fb504be74326cd /client/components/lists/list.styl | |
parent | b5dabfe88695a8f8211b29fea0dc16131c9a1829 (diff) | |
download | wekan-5eb67e803af0fd674f85a80e47913fa13fed24b2.tar.gz wekan-5eb67e803af0fd674f85a80e47913fa13fed24b2.tar.bz2 wekan-5eb67e803af0fd674f85a80e47913fa13fed24b2.zip |
Implement click-and-drag integration to translate the board canvas
Fixes #232
Diffstat (limited to 'client/components/lists/list.styl')
-rw-r--r-- | client/components/lists/list.styl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/components/lists/list.styl b/client/components/lists/list.styl index bfa0f348..40e5ea94 100644 --- a/client/components/lists/list.styl +++ b/client/components/lists/list.styl @@ -60,6 +60,9 @@ position: relative min-height: 20px + &.ui-sortable-handle + cursor: grab + .list-header-name display: inline font-size: 16px |