diff --git a/css/slick.css b/css/slick.css index 2eeba89bc..795854348 100644 --- a/css/slick.css +++ b/css/slick.css @@ -36,7 +36,7 @@ .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; } } @@ -44,4 +44,4 @@ /* 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; } \ No newline at end of file +.slick-list.dragging { cursor: pointer; cursor: hand; }