Skip to content

Commit

Permalink
Merge pull request #122 from BKWLD/add-tablist-attribute-if-children-…
Browse files Browse the repository at this point in the history
…are-tabs

detect if we are rendering a tablist
  • Loading branch information
weotch authored Jun 7, 2023
2 parents 1c1509d + a7fbd65 commit 3f0816b
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 149 deletions.
2 changes: 2 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,11 @@
overflow: hidden;
}
.ssr-carousel-mask:not(.disabled):not(.not-draggable) {
cursor: -webkit-grab;
cursor: grab;
}
.ssr-carousel-mask:not(.disabled):not(.not-draggable).pressing {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.ssr-carousel-visually-hidden {
Expand Down
Loading

0 comments on commit 3f0816b

Please sign in to comment.