From: XhmikosR Date: Thu, 4 Apr 2019 08:56:06 +0000 (+0300) Subject: _sidebar.scss: change ID to a class and type selector. (#28610) X-Git-Tag: v5.0.0-alpha1~1163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6c9e322f7a30d380dbcbef77f31ced85df790c8;p=thirdparty%2Fbootstrap.git _sidebar.scss: change ID to a class and type selector. (#28610) --- diff --git a/site/static/docs/4.3/assets/scss/_sidebar.scss b/site/static/docs/4.3/assets/scss/_sidebar.scss index 7fd9e38422..18782a9fd2 100644 --- a/site/static/docs/4.3/assets/scss/_sidebar.scss +++ b/site/static/docs/4.3/assets/scss/_sidebar.scss @@ -17,8 +17,8 @@ @include font-size(.875rem); } -// stylelint-disable selector-max-id, selector-max-type, selector-max-compound-selectors -#TableOfContents { +// stylelint-disable selector-max-type, selector-max-combinators, selector-max-compound-selectors +.bd-toc nav { padding-left: 0; border-left: 1px solid #eee; @@ -50,7 +50,7 @@ } } } -// stylelint-enable selector-max-id, selector-max-type, selector-max-compound-selectors +// stylelint-enable selector-max-type, selector-max-combinators, selector-max-compound-selectors // // Left side navigation