diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-08-28 05:11:45 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-08-28 06:07:21 +0200 |
commit | 91cfcf7b12b5e7c137c2e765b2c378dde6b82966 (patch) | |
tree | fc0314bc81f6e12361858994a22b8dd66cc56098 /client/components/sidebar/sidebar.styl | |
parent | 5eb67e803af0fd674f85a80e47913fa13fed24b2 (diff) | |
download | wekan-91cfcf7b12b5e7c137c2e765b2c378dde6b82966.tar.gz wekan-91cfcf7b12b5e7c137c2e765b2c378dde6b82966.tar.bz2 wekan-91cfcf7b12b5e7c137c2e765b2c378dde6b82966.zip |
Yet another iteration on the user interface
* Automatically display the overlay when the card details is opened
(previously we waited for the mouse to enter the card details panel)
* Improve the design of the minicards badges
* Change the minicard background when it is hovered or selected
* Removes unimplemented features links from the UI
* Fix the board canvas position when the sidebar is open (was hidden
behind)
Fixes #215
Diffstat (limited to 'client/components/sidebar/sidebar.styl')
-rw-r--r-- | client/components/sidebar/sidebar.styl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/sidebar/sidebar.styl b/client/components/sidebar/sidebar.styl index f4c4dd01..3ea4cf04 100644 --- a/client/components/sidebar/sidebar.styl +++ b/client/components/sidebar/sidebar.styl @@ -34,7 +34,7 @@ display: flex flex-direction: column - li a + li > a display: flex height: 30px margin: 0 |