Skip to content

Commit

Permalink
fix(styles): change cursor to pointer for interactive List Items [ci …
Browse files Browse the repository at this point in the history
…visual] (#5678)
  • Loading branch information
InnaAtanasova authored Oct 4, 2024
1 parent c374883 commit c68a7ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/styles/src/mixins/list/_list-definitions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ $semantic-color: (
}

@mixin fd-list-item-states() {
cursor: pointer;

@include fd-hover() {
@include fd-list-item-hover-state();
}
Expand Down

0 comments on commit c68a7ce

Please sign in to comment.