ux: search progress

This commit is contained in:
Torkel Ödegaard
2017-11-24 16:54:55 +01:00
parent bc81298d4c
commit 00df24b348
5 changed files with 22 additions and 12 deletions

View File

@@ -141,14 +141,6 @@
&.selected {
background: $list-item-hover-bg;
}
// .fa-star, .fa-star-o {
// padding-left: 13px;
// }
//
// .fa-star {
// color: $orange;
// }
}
.search-item__body {
@@ -182,7 +174,17 @@
}
.search-item__actions {
visibility: hidden;
flex: 0 0 auto;
}
.search-item__actions__item {
display: none;
}
.search-item:hover {
.search-item__actions__item {
opacity: 0.8;
}
}
.search-button-row {