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