Minor style fixes
parent
777df866b3
commit
9fd9f54aa0
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue