Fix style behaviour on related user stories
parent
be715cc9e4
commit
f70296ae43
|
@ -2,6 +2,7 @@ tg-related-userstory-row {
|
||||||
@include font-size(small);
|
@include font-size(small);
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-bottom: 1px solid $whitish;
|
border-bottom: 1px solid $whitish;
|
||||||
|
cursor: move;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: .5rem 0 .5rem .5rem;
|
padding: .5rem 0 .5rem .5rem;
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@ -31,12 +32,12 @@ tg-related-userstory-row {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
img {
|
img {
|
||||||
flex-basis: 35px;
|
flex-basis: 35px;
|
||||||
// width & height they are only required for IE
|
|
||||||
height: 35px;
|
height: 35px;
|
||||||
width: 35px;
|
width: 35px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.project {
|
.project {
|
||||||
|
cursor: pointer;
|
||||||
flex-basis: 100px;
|
flex-basis: 100px;
|
||||||
img {
|
img {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
|
@ -46,9 +47,12 @@ tg-related-userstory-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
|
a {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
span {
|
span {
|
||||||
margin-right: .25rem;
|
display: inline-block;
|
||||||
|
margin-left: .25rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.closed {
|
.closed {
|
||||||
|
|
Loading…
Reference in New Issue