Fix pointer in story row
parent
182dd4720e
commit
be715cc9e4
|
@ -6,7 +6,6 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: $white;
|
background: $white;
|
||||||
border-bottom: 1px solid $whitish;
|
border-bottom: 1px solid $whitish;
|
||||||
cursor: pointer;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-left: 4rem;
|
margin-left: 4rem;
|
||||||
transition: background .2s;
|
transition: background .2s;
|
||||||
|
@ -24,6 +23,9 @@
|
||||||
}
|
}
|
||||||
.name {
|
.name {
|
||||||
flex-basis: 17.5vw;
|
flex-basis: 17.5vw;
|
||||||
|
a {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.progress-bar,
|
.progress-bar,
|
||||||
.progress-status {
|
.progress-status {
|
||||||
|
@ -48,6 +50,9 @@
|
||||||
fill: $primary-light;
|
fill: $primary-light;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.project {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
.project,
|
.project,
|
||||||
.assigned {
|
.assigned {
|
||||||
img {
|
img {
|
||||||
|
|
Loading…
Reference in New Issue