Minor style fixes

stable
Xavier Julián 2014-06-10 13:31:53 +02:00
parent 777df866b3
commit 9fd9f54aa0
1 changed files with 8 additions and 1 deletions

View File

@ -8,7 +8,7 @@
.taskboard-tag {
@include table-flex-child(1, 0, 0, 0);
background: $postit-hover; //Fallback
height: .2rem;
height: .3rem;
}
.taskboard-task-inner {
@include table-flex();
@ -45,6 +45,7 @@
@extend %large;
bottom: .2rem;
color: $postit-hover;
display: none;
position: absolute;
&:hover {
@include transition(color, .3s, linear);
@ -58,6 +59,12 @@
@extend %xlarge;
right: 45%;
}
&:hover {
.icon-edit,
.icon-drag-h {
display: block;
}
}
}
.task-drag {