diff options
author | Jefferson Stachelski <jstachel@thoughtworks.com> | 2015-10-23 18:21:17 -0200 |
---|---|---|
committer | Jefferson Stachelski <jstachel@thoughtworks.com> | 2015-10-28 17:21:51 -0200 |
commit | 9068cf5c52c589c9228cca7d2ebb1ecec9129a0d (patch) | |
tree | 17daac96e4b67b1516e58545831554a1013bb69e /web-ui/app/scss | |
parent | 1c59a06b71c136b84ab16afb12830d8ac6d83463 (diff) |
Issue #493 - changed how trigger the edit recipients
Changed from double click to a single one and now using the pointer
cursor to be more intuitive
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r-- | web-ui/app/scss/_mixins.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/app/scss/_mixins.scss b/web-ui/app/scss/_mixins.scss index fe52ce1c..45b3ee2e 100644 --- a/web-ui/app/scss/_mixins.scss +++ b/web-ui/app/scss/_mixins.scss @@ -235,6 +235,7 @@ & span { margin: 0px; padding: 0px; + cursor: pointer; } margin: 3px; padding: 5px; |