Skip to content

Commit

Permalink
hiding the versions dropdown for octane (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona authored and jenweber committed Mar 18, 2019
1 parent b09b39e commit bf2d281
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions app/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,19 @@ a.edit-page, #search-input {
display: none;
}

/**
* HACK: Removing the version dropdown temporarily for Octane. Remove this
* before merging into master
*/

.sidebar nav.toc-container {
margin-top: 0;
}

.sidebar .ember-basic-dropdown {
display: none;
}

.toc-container.versions {
border-top: 0;
}

0 comments on commit bf2d281

Please sign in to comment.