diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-06-12 13:59:39 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-06-12 17:48:15 +0200 |
commit | c8945679872a0708eb67a477a99a65d508c84cb0 (patch) | |
tree | 5cf9f2cc842f891451f7bc247b5f0833c1ab39e7 /client/components/cards/labels.styl | |
parent | 216887490e3be0ba141484afc11d37475e91562d (diff) | |
download | wekan-c8945679872a0708eb67a477a99a65d508c84cb0.tar.gz wekan-c8945679872a0708eb67a477a99a65d508c84cb0.tar.bz2 wekan-c8945679872a0708eb67a477a99a65d508c84cb0.zip |
Work on the card activities and comments
This commit also introduces a new CSSEvents object that is used to
abstract vendor specifics events related to CSS transitions and
animations.
Fixes #183.
Fixes #179.
Diffstat (limited to 'client/components/cards/labels.styl')
-rw-r--r-- | client/components/cards/labels.styl | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/client/components/cards/labels.styl b/client/components/cards/labels.styl index 39f9844f..cbe4d2b3 100644 --- a/client/components/cards/labels.styl +++ b/client/components/cards/labels.styl @@ -85,10 +85,6 @@ left: 0 width: 260px -.editable-labels .card-label:hover - cursor: pointer - opacity: .75 - .edit-labels-pop-over margin-bottom: 8px @@ -98,7 +94,9 @@ .card-label-selectable border-radius: 3px cursor: pointer - margin: 0 50px 4px 0 + margin: 0 + margin-bottom: 3px + width: 190px min-height: 18px padding: 8px position: relative @@ -113,21 +111,13 @@ &.active, &.active.selected:hover, &.active.selected - margin-right: 38px padding-right: 32px .card-label-selectable-icon right: 6px - &.active:hover:hover, - &.active:hover, - &.active.selected:hover:hover, - &.active.selected:hover - margin-right: 38px - &.selected, &:hover - margin-right: 38px opacity: .8 .active .card-label-selectable |