Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Web
tpo
Commits
0405e7eb
Commit
0405e7eb
authored
Apr 11, 2020
by
Nicolei Ocaña
Committed by
Gus
Apr 30, 2020
Browse files
Change open-iconic code to navbar-toggler-icon class
parent
fc62d077
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/sidenav.html
View file @
0405e7eb
...
@@ -4,9 +4,8 @@
...
@@ -4,9 +4,8 @@
{{ _('Topics') }}
{{ _('Topics') }}
</a>
</a>
<label
class=
"side-toggler"
for=
"menu-toggle"
>
<label
class=
"side-toggler"
for=
"menu-toggle"
>
<a
class=
"btn btn-lg outline-primary text-primary navbar-toggler chevron"
data-toggle=
"collapse"
data-target=
"#navbarSupportedTopicsContent"
aria-controls=
"navbarSupportedTopicsContent"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
>
<a
class=
"btn btn-lg outline-primary text-primary navbar-toggler"
data-toggle=
"collapse"
data-target=
"#navbarSupportedTopicsContent"
aria-controls=
"navbarSupportedTopicsContent"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
>
<span
class=
"oi oi-chevron-top chevron-up"
></span>
<span
class=
"navbar-toggler-icon"
></span>
<span
class=
"oi oi-chevron-bottom chevron-down"
></span>
</a>
</a>
</label>
</label>
<input
type=
"checkbox"
id=
"menu-toggle"
/>
<input
type=
"checkbox"
id=
"menu-toggle"
/>
...
...
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