summaryrefslogtreecommitdiffstats
path: root/src/css/navigation-menu.css
Commit message (Collapse)AuthorAgeFilesLines
* upgrade dependenciesDan Allen2018-12-261-4/+1
| | | | | | | | - upgrade dependencies - add preview mode to build - adding missing displayVersion properties in preview model - exclude no-descending-specificity rule in stylelint - fixes compatibility with Node 10
* fix scroll into view behavior in navigationDan Allen2018-08-121-1/+1
| | | | | | | - set position relative on .nav-menu - remove position relative from .nav-item - optimize computations for scroll into view - remove debug statements
* add slight breathing room below expandable list in navDan Allen2018-08-071-4/+3
|
* remove margin below nested nav listDan Allen2018-08-071-6/+2
|
* slightly tweak alignment of nav toggle buttonDan Allen2018-08-051-1/+1
|
* scope scrollbar changes to navigation menu; only color trackDan Allen2018-08-051-0/+8
|
* resolves #63 fix nav menu layoutDan Allen2018-08-051-58/+27
| | | | | | | - use absolute positioning for toggle to avoid unintended wrapping behavior - reduce size of toggle button - tighten line height - adjust spacing
* consistently use screen in width-based CSS media queriesDan Allen2018-04-091-3/+3
|
* add padding below navigation list to allow slight overscrollDan Allen2018-02-081-1/+3
|
* consolidate link stylesDan Allen2018-02-081-6/+2
| | | | | - set text decoration on link globally - only override text decoration on link where necessary
* tweak spacing around component title in nav menuDan Allen2018-02-071-0/+3
|
* assign explicit height to navigation menu divDan Allen2018-02-071-0/+11
|
* show navigation list titlesDan Allen2018-02-071-28/+30
| | | | | | | | | | | | | - show title (level 0) of navigation list - add toggle button next to title of navigation list - hide first level of list by default - indent first level of list - if navigation list has no title * don't output toggle button and text in HTML * automatically expand first level * align first level of list with other navigation list titles - add title of component above navigation menu - tighten spacing in navigation menu
* add list-style none on inline (flex) listsDan Allen2018-02-041-1/+1
|
* align templates with UI modelDan Allen2018-01-021-0/+123
- align templates with Antora's UI model - add relativize helper to relativize a root relative URL to the current page - add detag helper to strip HTML tags from content - detag page title in HTML title element - replace the term "domain" with "component" - rename navigation-component to navigation-menu - update navigation JavaScript to activate path to current page in navigation tree - update build preview task to assign correct properties on model - update sample UI model - remove page-versions and has-versions helpers - compare selected/latest/current using equality instead of checking boolean property