Skip to content

Commit 3f0816b

Browse files
authored
Merge pull request #122 from BKWLD/add-tablist-attribute-if-children-are-tabs
detect if we are rendering a tablist
2 parents 1c1509d + a7fbd65 commit 3f0816b

File tree

3 files changed

+267
-149
lines changed

3 files changed

+267
-149
lines changed

index.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,11 @@
164164
overflow: hidden;
165165
}
166166
.ssr-carousel-mask:not(.disabled):not(.not-draggable) {
167+
cursor: -webkit-grab;
167168
cursor: grab;
168169
}
169170
.ssr-carousel-mask:not(.disabled):not(.not-draggable).pressing {
171+
cursor: -webkit-grabbing;
170172
cursor: grabbing;
171173
}
172174
.ssr-carousel-visually-hidden {

0 commit comments

Comments
 (0)