From 42c52a278f4f3f5070fe943be37303eced605e38 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 6 Feb 2016 00:22:31 -0800 Subject: [PATCH] Improve docs sidenav active link highlighting Capture the slug once before applying it and add a slash to it to so we get a unique string to match against instead of a fuzzy partial 'contains'. Helps avoid 'grid' highlighting 'flexbox-grid', for example. --- docs/_includes/nav-docs.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html index fa29841883..b4f4d1f9ec 100644 --- a/docs/_includes/nav-docs.html +++ b/docs/_includes/nav-docs.html @@ -25,6 +25,7 @@