Skip to content
Snippets Groups Projects
Commit a4bf62b6 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Optimized clickable area in navbar

parent 91be4d5a
No related branches found
No related tags found
1 merge request!1400Development
...@@ -23,12 +23,12 @@ ...@@ -23,12 +23,12 @@
margin-left: -5px; margin-left: -5px;
&>li { &>li {
width: 100%; width: 100%;
padding: 10px 0px;
&:hover { &:hover {
background-color: @color-almost-white; background-color: @color-almost-white;
} }
&>label, &>label,
&>a { &>a {
padding: 10px 0px;
&:focus { &:focus {
outline: none; outline: none;
} }
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
&:checked { &:checked {
&~.metager-dropdown-content { &~.metager-dropdown-content {
max-height: 1000px; max-height: 1000px;
padding: 5px 0px 0px 0px; padding: 0px 0px 0px 0px;
} }
&~label>.caret { &~label>.caret {
border-top: 0 solid; border-top: 0 solid;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment