Unverified Commit c6c9e322 authored by XhmikosR's avatar XhmikosR Committed by GitHub
Browse files

_sidebar.scss: change ID to a class and type selector. (#28610)

parent efb9a774
Showing with 3 additions and 3 deletions
+3 -3
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment