Fix pointer in story row

stable
Xavier Julián 2016-09-13 13:06:28 +02:00 committed by David Barragán Merino
parent 182dd4720e
commit be715cc9e4
1 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,6 @@
align-items: center;
background: $white;
border-bottom: 1px solid $whitish;
cursor: pointer;
display: flex;
margin-left: 4rem;
transition: background .2s;
@ -24,6 +23,9 @@
}
.name {
flex-basis: 17.5vw;
a {
cursor: pointer;
}
}
.progress-bar,
.progress-status {
@ -48,6 +50,9 @@
fill: $primary-light;
}
}
.project {
cursor: pointer;
}
.project,
.assigned {
img {