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:
committed by
Julius Härtl
parent
fbf48e1be0
commit
a48169de18
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user