Skip to content

Commit bf919cd

Browse files
authored
Merge pull request ember-learn#616 from thisduck/octane_issue-611
[Octane] CSS hacks to hide the edit pencil and the search bar
2 parents add3166 + 7ecf8fe commit bf919cd

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)