Skip to content

Commit

Permalink
cursor: pointer; on the new menu icons
Browse files Browse the repository at this point in the history
Refs #1064, #1066
  • Loading branch information
simonw committed Oct 30, 2020
1 parent 0e1e89c commit 9f0987c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datasette/static/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ h6,
.page-header details > summary {
list-style: none;
display: inline;
cursor: pointer;
}
.page-header details > summary::-webkit-details-marker {
display: none;
Expand Down Expand Up @@ -341,6 +342,7 @@ details.nav-menu > summary {
display: inline;
float: right;
position: relative;
cursor: pointer;
}
details.nav-menu > summary::-webkit-details-marker {
display: none;
Expand Down

0 comments on commit 9f0987c

Please sign in to comment.