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

This commit is contained in:
XhmikosR 2019-04-04 11:56:06 +03:00 committed by GitHub
parent efb9a7749f
commit c6c9e322f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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