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
9fc9977a
Commit
9fc9977a
authored
7 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
purple sidebar
parent
64c54852
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/scss/_sidebar.scss
+14
-13
docs/assets/scss/_sidebar.scss
with
14 additions
and
13 deletions
+14
-13
docs/assets/scss/_sidebar.scss
+
14
-
13
View file @
9fc9977a
...
...
@@ -43,7 +43,7 @@
}
.bd-sidebar
{
background-color
:
#f5f
5f5
;
background-color
:
#f5f
2f9
;
border-bottom
:
1px
solid
rgba
(
0
,
0
,
0
,.
1
);
@include
media-breakpoint-up
(
md
)
{
...
...
@@ -89,27 +89,28 @@
padding
:
.75rem
1
.5rem
;
font-weight
:
500
;
color
:
$gray
;
}
.bd-toc-link
:hover
{
color
:
$brand-primary
;
text-decoration
:
none
;
background-color
:
#fafafa
;
&
:hover
{
color
:
$brand-primary
;
text-decoration
:
none
;
background-color
:
rgba
(
0
,
0
,
0
,.
01
);
}
}
.bd-toc-item
{
border-bottom
:
1px
solid
rgba
(
0
,
0
,
0
,.
05
);
&
:first-child
{
border-top
:
1px
solid
$gray-lighter
;
}
&
:not
(
:last-child
)
{
border-bottom
:
1px
solid
$gray-lighter
;
border-top
:
1px
solid
rgba
(
0
,
0
,
0
,.
05
);
}
&
.active
{
background-color
:
#fafafa
;
>
.bd-toc-link
{
color
:
$gray-dark
;
&
:hover
{
background-color
:
transparent
;
}
}
>
.bd-sidenav
{
...
...
@@ -124,7 +125,7 @@
display
:
block
;
padding
:
.25rem
1
.5rem
;
font-size
:
90%
;
color
:
#99979c
;
color
:
rgba
(
0
,
0
,
0
,.
65
)
;
}
.bd-sidebar
.nav
>
li
>
a
:hover
{
...
...
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