From 22062ed9d7f7b96e3fbb0fab7264959cf32b22d8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 14 Feb 2020 23:40:27 -0800 Subject: [PATCH] Docs table of contents list style fix (#30176) * Fix missing bullets from table of contents top level * Add .text-muted to toc for lighter bullets --- site/assets/scss/_toc.scss | 5 ----- site/layouts/_default/docs.html | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/site/assets/scss/_toc.scss b/site/assets/scss/_toc.scss index 2ad4f8338d..f942f6210e 100644 --- a/site/assets/scss/_toc.scss +++ b/site/assets/scss/_toc.scss @@ -6,14 +6,9 @@ border-left: .25em solid $gray-200; > ul { - padding-left: .5rem; margin-bottom: 0; } - > ul > li { - display: block; - } - li ul li { margin-bottom: .25rem; list-style-type: disc; diff --git a/site/layouts/_default/docs.html b/site/layouts/_default/docs.html index fff946d107..c47c0af7f7 100644 --- a/site/layouts/_default/docs.html +++ b/site/layouts/_default/docs.html @@ -35,7 +35,7 @@ {{ if (eq .Page.Params.toc true) }} On this page -