fix scss lint errors

stable
Juanfran 2014-08-11 09:24:35 +02:00
parent d92e74c280
commit 73d20649f2
3 changed files with 5 additions and 11 deletions

View File

@ -25,10 +25,6 @@
@include table-flex(); @include table-flex();
padding: 1rem 1rem 2rem; padding: 1rem 1rem 2rem;
} }
.task-num {
color: $postit-hover;
margin-right: .5em;
}
.avatar { .avatar {
@include table-flex-child($flex-basis: 50px); @include table-flex-child($flex-basis: 50px);
a { a {

View File

@ -5,6 +5,10 @@
min-height: 7rem; min-height: 7rem;
position: relative; position: relative;
&:hover { &:hover {
.icon-edit,
.icon-drag-h {
display: block;
}
.icon { .icon {
@include transition(coalor .3s linear, opacity .3s linear); @include transition(coalor .3s linear, opacity .3s linear);
color: $postit-dark-hover; color: $postit-dark-hover;
@ -93,12 +97,6 @@
cursor: move; cursor: move;
right: 45%; right: 45%;
} }
&:hover {
.icon-edit,
.icon-drag-h {
display: block;
}
}
} }
.task-drag { .task-drag {

View File

@ -12,7 +12,7 @@
.new-sprint { .new-sprint {
float: right; float: right;
.button { .button {
padding: .5rem 1.5rem .5rem; padding: .5rem 1.5rem;
} }
} }
.sprint-name { .sprint-name {