Skip to content

Commit

Permalink
Merge pull request #20 from badlamer/master
Browse files Browse the repository at this point in the history
remove outline on dots
  • Loading branch information
kenwheeler committed Mar 27, 2014
2 parents e84624f + 3460d95 commit 7d5cfd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/slick.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
.slick-dots { position: absolute; bottom: -30px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%;}
.slick-dots li { position: relative; display: inline-block; background: url('../img/sprite.png') -200px -50px no-repeat; height: 5px; width: 5px; text-indent: -9999px; margin: 0px 10px; padding: 0px; }
.slick-dots li.active { background-position: -150px -50px }
.slick-dots li a { display: block; height: 10px; width: 10px; }
.slick-dots li a { display: block; height: 10px; width: 10px; outline: none }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
.slick-dots li { background: url('../img/sprite@2x.png') -200px -50px no-repeat; background-size: 900px 200px; }
}

/* Draggable */

.slick-list.draggable { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

0 comments on commit 7d5cfd4

Please sign in to comment.