mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
_sidebar.scss: change ID to a class and type selector. (#28610)
This commit is contained in:
parent
efb9a7749f
commit
c6c9e322f7
@ -17,8 +17,8 @@
|
|||||||
@include font-size(.875rem);
|
@include font-size(.875rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
// stylelint-disable selector-max-id, selector-max-type, selector-max-compound-selectors
|
// stylelint-disable selector-max-type, selector-max-combinators, selector-max-compound-selectors
|
||||||
#TableOfContents {
|
.bd-toc nav {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
border-left: 1px solid #eee;
|
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
|
// Left side navigation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user