Add pointer cursor to dropdown

This commit is contained in:
Amy 2021-08-30 00:14:51 -04:00
parent 9c6d5ccf16
commit 0c1328da52
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@
font-weight: 600; font-weight: 600;
} }
.content summary {
cursor: pointer;
}
.content details > * { .content details > * {
padding-left: 1rem; padding-left: 1rem;
} }