Skip to content

Commit 89004f5

Browse files
committed
Remove searchbar from dropdown menu
1 parent 14785e7 commit 89004f5

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

app/styles/app.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,6 @@ body {
7272
right: 0;
7373
left: auto;
7474
min-width: 200px;
75-
76-
li.search {
77-
padding: 5px;
78-
input.search {
79-
margin: 0;
80-
border: 1px solid black;
81-
}
82-
}
8375
}
8476

8577
input.search {

app/templates/application.hbs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@
6262
{{else}}
6363
<li>{{#link-to "login"}}Log in with GitHub{{/link-to}}</li>
6464
{{/if}}
65-
<li class='search'>
66-
{{input type="text" class="search"
67-
placeholder="Search"
68-
value=search
69-
enter="search"}}
70-
</li>
7165
{{/rl-dropdown}}
7266
{{/rl-dropdown-container}}
7367
</div>

0 commit comments

Comments
 (0)