CouncilDataProject / CouncilDataProject/cdp-frontend
`details`' disclosure triangle is not shown on Safari
- Dominant language
- TypeScript
- Stars
- 17
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
### Describe the Bug
_A clear and concise description of what the bug is._
### Reproduction
Visit a person's page (where [`details`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details) are used)

### Expected Behavior
_A clear and concise description of what you expected to happen._
The disclosure triangle should appear like so:

Fix the bug in the [Details component](https://github.com/CouncilDataProject/cdp-frontend/blob/main/src/components/Shared/Details.tsx#L31). And possibly for the [DocumentList](https://github.com/CouncilDataProject/cdp-frontend/blob/main/src/components/Details/MinutesItemsList/DocumentsList.tsx#L40) too, if it's changed to use the disclosure traingle instead of the `+/-`.
### Environment
_Any additional information about your environment._
- Browser Version: Safari 15.5
Contributor guide
Assessment
This issue has not been assessed yet.