Related tasks add visual cue
parent
09cb60e93a
commit
04efa2eca4
|
@ -1,5 +1,5 @@
|
||||||
.attachments {
|
.attachments {
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachments-header {
|
.attachments-header {
|
||||||
|
|
|
@ -45,10 +45,11 @@
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
li {
|
li {
|
||||||
background: $white;
|
background: $white;
|
||||||
border-right: 1px solid $whitish;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
&.active {
|
&.active {
|
||||||
|
border-left: 1px solid $whitish;
|
||||||
|
border-right: 1px solid $whitish;
|
||||||
color: $primary;
|
color: $primary;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -183,6 +183,20 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.closed,
|
||||||
|
.closed:hover {
|
||||||
|
border-left: 10px solid $whitish;
|
||||||
|
color: $whitish;
|
||||||
|
a,
|
||||||
|
svg {
|
||||||
|
fill: $whitish;
|
||||||
|
}
|
||||||
|
.task-name a {
|
||||||
|
color: $whitish;
|
||||||
|
text-decoration: line-through;
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
.icon-iocaine {
|
.icon-iocaine {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue