mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
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:
parent
d35879944a
commit
72b0db50b6
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@
|
|||
font-weight: $bold;
|
||||
font-size: $x-small;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
&__accordion-panel {
|
||||
|
|
|
|||
Loading…
Reference in a new issue