Skip to content

Commit 911e5c8

Browse files
committed
Add pointer property
Because of the new clickable features.
1 parent 793e645 commit 911e5c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scss/swipebox.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ html.swipebox-html.swipebox-touch {
4343
white-space: nowrap;
4444
position: absolute;
4545
display: none;
46+
cursor: pointer;
4647

4748
.slide {
4849
background: url(../img/loader.gif) no-repeat center center;
@@ -240,4 +241,4 @@ html.swipebox-html.swipebox-touch {
240241
font-size: 15px;
241242
line-height: 43px;
242243
font-family: Helvetica, Arial, sans-serif;
243-
}
244+
}

0 commit comments

Comments
 (0)