diff options
Diffstat (limited to 'packages/ui/src/components/list.css')
| -rw-r--r-- | packages/ui/src/components/list.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/ui/src/components/list.css b/packages/ui/src/components/list.css index b98cae07c..d60b55aeb 100644 --- a/packages/ui/src/components/list.css +++ b/packages/ui/src/components/list.css @@ -12,7 +12,6 @@ scrollbar-width: none; [data-slot="item"] { - cursor: pointer; width: 100%; padding: 4px 12px; text-align: left; @@ -23,6 +22,9 @@ &[data-active="true"] { background-color: var(--surface-raised-base-hover); } + &:hover { + background-color: var(--surface-raised-base-hover); + } &:focus { outline: none; } |
