Skip to content

Commit

Permalink
Fix cursor style of list items
Browse files Browse the repository at this point in the history
  • Loading branch information
stokesman committed Oct 8, 2024
1 parent 05d8073 commit 04da22b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/dataviews/src/dataviews-layouts/list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ ul.dataviews-view-list {

li {
margin: 0;
cursor: pointer;
border-top: 1px solid $gray-100;

.dataviews-view-list__item-wrapper {
Expand Down Expand Up @@ -84,12 +83,14 @@ ul.dataviews-view-list {

.dataviews-view-list__item {
position: absolute;
z-index: 1;
inset: 0;
scroll-margin: $grid-unit-10 0;
appearance: none;
border: none;
background: none;
padding: 0;
cursor: pointer;

&:focus-visible {
outline: none;
Expand Down

0 comments on commit 04da22b

Please sign in to comment.