mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
a11y: tweaking menu expander click area #307
This commit is contained in:
parent
e572214372
commit
564efc5e09
1 changed files with 6 additions and 1 deletions
|
@ -1401,12 +1401,17 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
|
|||
font-family: "Font Awesome 5 Free";
|
||||
font-size: .8rem;
|
||||
font-weight: 900;
|
||||
padding: .5rem .1rem;
|
||||
margin-left: -1rem;
|
||||
padding-bottom: .65rem;
|
||||
padding-left: .2rem;
|
||||
padding-right: .2rem;
|
||||
padding-top: .6rem;
|
||||
}
|
||||
|
||||
#sidebar .collapsible-menu input.toggle:checked:before {
|
||||
content: "\f078";
|
||||
padding-left: .1rem;
|
||||
padding-right: .1rem;
|
||||
}
|
||||
|
||||
#sidebar .collapsible-menu input.toggle + label.toggle + a + ul {
|
||||
|
|
Loading…
Reference in a new issue