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
3f773c69
Commit
3f773c69
authored
Oct 24, 2017
by
Aria Givi
Browse files
Dropdowns umgestylt
parent
3e76c44e
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/sidebar.less
View file @
3f773c69
...
...
@@ -34,10 +34,6 @@ label#openSidebar {
z-index: 999;
background-color: white;
& * {
display: inline-block;
}
&>label#closeSidebar {
position: absolute;
font-size: 36px;
...
...
@@ -51,7 +47,7 @@ label#openSidebar {
color: rgb(255,128,0);
}
}
&>ul {
padding-top: 20%;
}
...
...
@@ -77,21 +73,11 @@ label#openSidebar {
& .metager-dropdown-menu {
list-style-type: none;
padding-left: 0;
top: 100%;
left: auto;
z-index: 1000;
float: left;
min-width: 160px;
margin: 2px 0 0;
margin-top: 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: @metager-dropdown-menu-background-color;
border-radius: 4px;
box-shadow: 0 6px 12px @metager-dropdown-menu-box-shadow-color;
background-clip: padding-box;
max-height: 0px;
overflow: hidden;
&>li>a {
...
...
@@ -102,11 +88,8 @@ label#openSidebar {
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: @metager-dropdown-menu-li-a-color;
&:hover {
text-decoration: none;
color: @metager-dropdown-menu-li-a-hover-color;
background-color: @metager-dropdown-menu-li-a-hover-background-color;
}
}
label:after {
...
...
@@ -122,6 +105,7 @@ label#openSidebar {
line-height: 20px;
text-decoration: none;
text-indent: 12px;
display: inline-block;
width: 100%;
color: black;
&:hover {
...
...
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