Skip to content

Commit 7ecf8fe

Browse files
committed
ember-learn#611 Hiding edit pencil and search bar globally for now.
1 parent ded29db commit 7ecf8fe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/styles/app.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,10 @@ code {
1414
margin-top: 0 !important;
1515
}
1616
}
17+
18+
/* HACK: quick hack as per: https://github.com/ember-learn/guides-source/issues/611
19+
to hide edit page pencil link and the search bar globally. */
20+
a.edit-page, #search-input {
21+
display: none;
22+
}
23+

0 commit comments

Comments
 (0)