Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
c6c9e322
Unverified
Commit
c6c9e322
authored
5 years ago
by
XhmikosR
Committed by
GitHub
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
_sidebar.scss: change ID to a class and type selector. (#28610)
parent
efb9a774
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
site/static/docs/4.3/assets/scss/_sidebar.scss
+3
-3
site/static/docs/4.3/assets/scss/_sidebar.scss
with
3 additions
and
3 deletions
+3
-3
site/static/docs/4.3/assets/scss/_sidebar.scss
+
3
-
3
View file @
c6c9e322
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment