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