Rework parameter handling, highlight active card and allow switching tabs in the board sidebar

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-12-07 19:53:27 +01:00
committed by Julius Härtl
parent fbf48e1be0
commit a48169de18
6 changed files with 52 additions and 33 deletions

View File

@@ -134,6 +134,22 @@ input.input-inline {
min-height: 96px;
}
}
.card {
opacity: 1;
}
&.card-selected {
.card {
opacity: 0.7;
&.current {
opacity: 1.0;
box-shadow: 0px 0px 7px 0px $color-darkgrey;
}
}
}
}
#innerBoard {
@@ -326,7 +342,6 @@ input.input-inline {
margin: 10px 10px 20px 10px;
white-space: normal;
position: relative;
opacity: 1.0;
box-shadow: 0 0 3px $color-darkgrey;
border-radius: 3px;