Skip to content

Commit c142906

Browse files
Demos: fixed a typo in the CSS. Thanks @CTAPbIuMABP !
1 parent bb90c29 commit c142906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/examples/swipe/swipe-page.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ small {
3030
color: #666;
3131
}
3232
/* Prevent text selection while swiping with mouse */
33-
demo-page .ui-header, .ui-title, .control .ui-btn, .trivia-btn {
33+
.demo-page .ui-header, .ui-title, .control .ui-btn, .trivia-btn {
3434
-webkit-user-select: none;
3535
-moz-user-select: none;
3636
-ms-user-select: none;

0 commit comments

Comments
 (0)