Skip to content
Snippets Groups Projects

WIP: Use DCF tabs for search results (DON'T MERGE YET)

Closed Ryan Dee requested to merge rdee2/UNL_Search:search-results-dcf-tabs into master
2 files
+ 44
43
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 6
23
@@ -58,35 +58,18 @@
}
.result-tab li + li::before {
content: '\b7'; // middle-dot + space
padding-left: .43em;
padding-right: .43em;
}
.result-tab li.selected a {
color: #2e2e2d;
}
.search-results {
opacity: 0;
transition: opacity 400ms;
}
.search-results.active {
opacity: 1;
}
.search-results h3,
.google-search {
display: none;
}
.search-faux-tab {
border-color: #e3e3e2 #e3e3e2 #fff #e3e3e2;
margin-bottom: -1px;
}
// Directory Styles
// TODO: revisit (and remove?) after Directory has been updated to 5.0
#ppl_results h3,
Loading