Added hover on avatar cards. Fixes #733

stable
Xavier Julián 2014-09-08 13:02:29 +02:00
parent a1194a86b1
commit 773e13f7ec
3 changed files with 9 additions and 2 deletions

View File

@ -48,6 +48,10 @@
}
img {
margin: 0 auto;
&:hover {
@include transition(border .3s linear);
border: 2px solid $green-taiga;
}
}
.assigned-to {
color: darken($postit-hover, 15%);

View File

@ -56,8 +56,11 @@
text-align: center;
}
img {
border: 0;
margin: 0 auto;
&:hover {
@include transition(border .3s linear);
border: 2px solid $green-taiga;
}
}
figcaption {
color: darken($postit-hover, 15%);

View File

@ -116,7 +116,7 @@
}
}
.sprint-table {
@include slide(1000px, overflow-y);
@include slide(1000px, overflow-x);
&.open {
min-height: 50px;
}