-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* get basic sticky nav and highlighting working * remove unused code * sticky toc, updated toc style, refine otp highlighting * adjust otp styles * add book_title styles * remove book title div * Update resources/web/template.html * use chevron icons instead of plus icons fix current_page_parent * style index page * unstick on narrow screens check on various screen sizes * remove chevron icon from book_title * use overflow auto * remove redundant font-size that was resolving to 85% of 85% * remove dupe CSS; scroll to active TOC element * revert bootstrap.css change * remove console.log * revert link color bug; swap to `container-fluid` * fix `scrollIntoView()` bug on widths <769px * Update resources/web/style/on_this_page.pcss * fix padding bug * limit width of text in collapsible toc groups * remove z-index from sticky classes * address feedback from @chandlerprall * use scrollTop instead of scrollIntoView * clean up code comments * fix `Uncaught TypeError` and variable spelling Co-authored-by: Colleen McGinnis <[email protected]>
- Loading branch information
1 parent
54bd6b0
commit 4e1737d
Showing
11 changed files
with
284 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,7 @@ | |
.guide-section { | ||
margin-bottom: 30px; | ||
} | ||
|
||
#sticky_content { | ||
padding-bottom: 30px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#guide { | ||
a { | ||
color: #00a9e5; | ||
color: #0077CC; | ||
font-weight: normal; | ||
text-decoration: none; | ||
outline: none; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.