search: worked on search results

This commit is contained in:
Torkel Ödegaard
2017-12-13 15:51:59 +01:00
parent ccbd18006e
commit 313735bd75
12 changed files with 111 additions and 113 deletions

View File

@@ -137,6 +137,12 @@
&:hover, &.selected {
color: $text-color;
}
&:hover {
.search-section__header__link {
opacity: 1;
}
}
}
.search-section__header__icon {
@@ -154,6 +160,13 @@
line-height: 24px;
}
.search-section__header__link {
padding: 2px 10px 0;
color: $text-muted;
opacity: 0;
transition: opacity 150ms ease-in-out;
}
.search-item {
@include list-item();
@@ -181,12 +194,6 @@
color: $list-item-link-color;
}
.search-item__body-sub-title {
color: $text-muted;
font-size: $font-size-sm;
line-height: 9pt;
}
.search-item__icon {
padding: 5px;
flex: 0 0 auto;