From 91cfcf7b12b5e7c137c2e765b2c378dde6b82966 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Fri, 28 Aug 2015 05:11:45 +0200 Subject: 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 --- client/components/cards/cardDetails.styl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'client/components/cards/cardDetails.styl') diff --git a/client/components/cards/cardDetails.styl b/client/components/cards/cardDetails.styl index 72e8c7c9..9a6736ee 100644 --- a/client/components/cards/cardDetails.styl +++ b/client/components/cards/cardDetails.styl @@ -7,13 +7,12 @@ flex-basis: 470px will-change: flex-basis overflow: hidden - background: white - border-radius: 3px + background: darken(white, 2%) + border-radius: bottom 3px z-index: 20 !important animation: flexGrowIn 0.1s box-shadow: 0 0 7px 0 darken(white, 30%) transition: flex-basis 0.1s - margin-top: -9px .card-details-canvas width: 470px @@ -21,7 +20,6 @@ .card-details-header margin: 0 -20px 5px padding 7px 20px 0 - background: #F7F7F7 border-bottom: 1px solid darken(white, 10%) min-height: 38px position: relative -- cgit v1.2.3-1-g7c22