From d332a189b33aaa7bec2a2f287f760e3c0d1045d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Mon, 12 Oct 2020 21:41:32 +0200 Subject: [PATCH] fix list style --- docs/src/templates/DocPage/style.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/templates/DocPage/style.scss b/docs/src/templates/DocPage/style.scss index c49f1fd6..835e570e 100644 --- a/docs/src/templates/DocPage/style.scss +++ b/docs/src/templates/DocPage/style.scss @@ -99,6 +99,7 @@ display: none; & + ul { + list-style: none; border: 1px solid rgba($colorWhite, 0.1); padding: 1.2rem 1.5rem !important; border-radius: 0.5rem; @@ -122,6 +123,7 @@ } ul { + list-style: none; margin-left: 1rem; } } @@ -133,7 +135,7 @@ } > ul { - list-style-type: none; + list-style: none; li { position: relative;