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
open-source
MetaGer
Commits
667f806d
Commit
667f806d
authored
Oct 23, 2017
by
Karl Hasselbring
Browse files
Fixed: Sidebar ist jetzt eingeklappt durchsichtig
parent
8702dada
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/sidebar.less
View file @
667f806d
...
@@ -5,7 +5,6 @@
...
@@ -5,7 +5,6 @@
top: 0;
top: 0;
width: 200px;
width: 200px;
height: 100%;
height: 100%;
background-color: #FFF;
overflow: hidden;
overflow: hidden;
overflow-y: auto;
overflow-y: auto;
transition: 0.3s;
transition: 0.3s;
...
@@ -34,6 +33,7 @@
...
@@ -34,6 +33,7 @@
}
}
}
}
input#nav0:checked~& {
input#nav0:checked~& {
background-color: #fff;
border-left: 1px solid LightGray;
border-left: 1px solid LightGray;
right: 0px;
right: 0px;
& * {
& * {
...
...
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