cursor: pointer; on the new menu icons

Refs #1064, #1066
This commit is contained in:
Simon Willison 2020-10-29 22:55:10 -07:00
commit 9f0987cb57

View file

@ -180,6 +180,7 @@ h6,
.page-header details > summary { .page-header details > summary {
list-style: none; list-style: none;
display: inline; display: inline;
cursor: pointer;
} }
.page-header details > summary::-webkit-details-marker { .page-header details > summary::-webkit-details-marker {
display: none; display: none;
@ -341,6 +342,7 @@ details.nav-menu > summary {
display: inline; display: inline;
float: right; float: right;
position: relative; position: relative;
cursor: pointer;
} }
details.nav-menu > summary::-webkit-details-marker { details.nav-menu > summary::-webkit-details-marker {
display: none; display: none;