diff options
author | madelinegr <monika_hedman@brown.edu> | 2019-06-05 17:28:15 -0400 |
---|---|---|
committer | madelinegr <monika_hedman@brown.edu> | 2019-06-05 17:28:15 -0400 |
commit | 234fd22cf888f1d4efea70189b2762e865a61819 (patch) | |
tree | cad2386841b638b1f9db9f7878e3acd1cae77fcd /src | |
parent | 0cfbf74a3f61b3b3e15e06fe11793dae653a7952 (diff) |
css updates
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/SearchItem.scss | 17 | ||||
-rw-r--r-- | src/client/views/SearchItem.tsx | 2 |
2 files changed, 1 insertions, 18 deletions
diff --git a/src/client/views/SearchItem.scss b/src/client/views/SearchItem.scss index 7ee51bb54..b6ee7deca 100644 --- a/src/client/views/SearchItem.scss +++ b/src/client/views/SearchItem.scss @@ -1,21 +1,11 @@ @import "globalCssVariables"; .search-item { - float: right; - position: relative; - z-index: 1000; - pointer-events: auto; width: 500px; background: $light-color-secondary; - justify-content: space-between; - align-items: center; - border-width: 0.11px; - border-style: none; border-color: $intermediate-color; border-bottom-style: solid; padding: 10px; - white-space: nowrap; - font-size: 13px; height: 70px; } @@ -43,10 +33,6 @@ font-weight: bold; } -.more-search-info { - text-align: left; -} - .link-count { height: 25px; width: 25px; @@ -70,8 +56,7 @@ .searchBox-instances { float: left; - display: inline-block; - opacity: 1; + opacity: 0; width: 150px; transition: all 0.2s ease; color: black; diff --git a/src/client/views/SearchItem.tsx b/src/client/views/SearchItem.tsx index dfa1014f5..40b8cf2bf 100644 --- a/src/client/views/SearchItem.tsx +++ b/src/client/views/SearchItem.tsx @@ -130,9 +130,7 @@ export class SearchItem extends React.Component<SearchItemProps> { <div className="search-type" >{this.DocumentIcon()}</div> </div> </div> - <div className="more-search-info"> <div className="found">Where Found: (i.e. title, body, etc)</div> - </div> </div> <div className="searchBox-instances"> <SelectorContextMenu {...this.props} /> |