Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove search icon from template #130

Merged
merged 1 commit into from
Aug 15, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions data/style.styl
Original file line number Diff line number Diff line change
Expand Up @@ -247,27 +247,6 @@ ul.heading-list
color: $accent
// transition: width 0 linear 250ms, background-color 0 linear 250ms, color 100ms linear

//
// Search (to do)
//

.toc-menu
&:before
ion-icon('ios-search-strong', 20px)
display: block
width: 40px
height: 40px
line-height: 40px
text-align: center

position: absolute
right: 24px - 14px
top: 24px - 8px
color: $slate
transition: color 400ms linear
border-radius: 3px
z-index: 10
cursor: pointer

.header-nav,
.footer-nav
Expand Down