Commit Graph

15 Commits

Author SHA1 Message Date
Michael Rose e94ea30ffd
Add support for Lunr and Algolia search (#48)
* Add basic support for Lunr and Algolia search
* Fix skip links
* Fix URL paths
* Add toggle for Algolia "powered by" badge
* Improve placement of search toggle
* Fix search icon fill color
* Add search documentation
* Update CHANGELOG
* Enable search on demo site
* Update TOC
2018-02-16 09:46:51 -05:00
Michael Rose 5cee58f647 Fix color of menu toggle text 2018-01-05 15:00:45 -05:00
Michael Rose c8bfe48830 Fixed sidebar visibility bug
Add `visibility: hidden` to `.sidebar` and toggle it to `visible` when sidebar is in view. Keeps it from showing up when scrolling past the browser's viewport in Safari as well.

Fixes #31
2017-09-25 10:34:15 -04:00
Michael Rose 4182c34ff6 Vertically align inner toggle for webkit browsers 2017-03-29 15:27:15 -04:00
Michael Rose 79d5dd378c Overlay menu adjustments (#16)
* Improve animation of off-canvas menu
* Simplify styles and push main content with CSS transforms for higher FPS
* Reduce padding around toggle button
* Customize color of focus state
* Merge overlay menu changes into /docs

Close #15
2017-03-29 14:55:31 -04:00
Michael Rose 4b915b40be Sidebar off-canvas refactor (#11)
- Remove tinted background

- Refactor sidebar overlay
  - Remove problematic overlay and `pointer-events: hidden`
  - Size sidebar accordingly to avoid it covering up `.wrapper` content and interfering with interactions

- Add `-ms-` vendor prefixes for Internet Exploer

- Update CHANGELOG

Close #9
2017-03-27 14:43:01 -04:00
Michael Rose 81ca0ae168 Target last 1 version with Autoprefixer 2017-03-20 12:53:02 -04:00
Michael Rose 4d8b9c832d Autoprefix flex-box declarations 2017-03-19 11:24:01 -04:00
Michael Rose 7aa6cf79c5 Add `menu` label text to sidebar toggle button 2017-03-17 09:56:16 -04:00
Michael Rose 515fe375e6 Nest `.is--visible` declarations 2017-03-16 15:39:17 -04:00
Michael Rose 89aebb82ec Cleanup SCSS Lint warnings 2017-03-16 15:13:21 -04:00
Michael Rose bdb2033edd Cleanup SCSS Lint warnings 2017-03-16 14:34:29 -04:00
Michael Rose eb065a23e2 Adjust placement of sidebar toggle 2017-03-13 15:22:26 -04:00
Michael Rose 724e6b5136 CSS cleanup
- Remove unused styles
- Run through Autoprefixer
2017-03-10 14:37:14 -05:00
Michael Rose 4923774857 🚀 init 2017-03-07 16:12:17 -05:00