mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-14 20:35:07 +01:00
Merge pull request #156 from guilhermesteves/feature/clickable-li
Make "more" submenu entire li clickable
This commit is contained in:
commit
f7e0d53340
@ -112,7 +112,6 @@
|
|||||||
li {
|
li {
|
||||||
.menu__inner & {
|
.menu__inner & {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
padding: 10px;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@ -126,6 +125,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li a {
|
||||||
|
width: 100%;
|
||||||
|
display: inline-block;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user