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
02f1b467
Commit
02f1b467
authored
Oct 16, 2017
by
Aria Givi
Browse files
Farbliche Hervorhebung der Sidebar Navigations Buttons
parent
299a6091
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/sidebar.less
View file @
02f1b467
...
...
@@ -4,9 +4,13 @@
position: fixed;
top: 0px;
right: 20px;
color: grey;
&:after {
content: "≡";
}
&:hover {
color: rgb(255,128,0);
}
}
.sideBar {
...
...
@@ -29,6 +33,13 @@
font-size: 36px;
top: 0px;
right: 20px;
color: grey;
&:after {
content: "×";
}
&:hover {
color: rgb(255,128,0);
}
}
&>ul {
padding-top: 20%;
...
...
@@ -50,8 +61,4 @@ input#nav0:checked {
& ~.sideBar {
right: 0px;
}
}
input#nav0:checked~.sideBar label:after {
content: "×";
}
\ No newline at end of file
Write
Preview
Markdown
is supported
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