add pointer cursor to accordion button on os updates page (#15773)

relates to #15718

Updates the accordion buttons on OS updates to show a pointer cursor on
hover

- [x] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
- [x] Manual QA for all new/changed functionality
This commit is contained in:
Gabriel Hernandez 2023-12-21 11:17:19 -06:00 committed by GitHub
parent d35879944a
commit 72b0db50b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,10 @@
font-weight: $bold;
font-size: $x-small;
}
&:hover {
cursor: pointer;
}
}
&__accordion-panel {