Skip to content

Commit

Permalink
_sidebar.scss: change ID to a class and type selector. (twbs#28610)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Apr 4, 2019
1 parent efb9a77 commit c6c9e32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/static/docs/4.3/assets/scss/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c6c9e32

Please sign in to comment.