Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
09b886fe
Commit
09b886fe
authored
Apr 30, 2018
by
Aria Givi
Browse files
Sidebar Label wurde nicht angezeigt
parent
cfa975e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/sidebar.less
View file @
09b886fe
...
...
@@ -158,7 +158,6 @@ label#openSidebar {
&:hover {
color: @metager-orange;
}
.noprint;
}
@media (max-width: @screen-xs-max) {
...
...
resources/views/parts/sidebar.blade.php
View file @
09b886fe
<input
id=
"sideBarToggle"
style=
"display: none;"
type=
"checkbox"
>
<label
id=
"openSidebar
noprint"
role=
"button"
for=
"sideBarToggle"
></label>
<div
class=
"sideBar
noprint
"
>
<label
id=
"openSidebar
"
class=
"
noprint"
role=
"button"
for=
"sideBarToggle"
></label>
<div
class=
"sideBar"
>
<label
id=
"closeSidebar"
role=
"button"
for=
"sideBarToggle"
></label>
<a
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/")
}}"
>
<p>
MetaGer
</p>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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