Skip to content

Commit d0716f1

Browse files
authored
Merge pull request #4304 from markvantilburg/patch-3
Update slick.scss
2 parents dfcc28a + 6701700 commit d0716f1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

slick/slick.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
float: left;
6666
height: 100%;
6767
min-height: 1px;
68+
display: none;
69+
6870
[dir="rtl"] & {
6971
float: right;
7072
}
@@ -75,8 +77,6 @@
7577
display: none;
7678
}
7779

78-
display: none;
79-
8080
&.dragging img {
8181
pointer-events: none;
8282
}

slick/slick.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
float: left;
6666
height: 100%;
6767
min-height: 1px;
68+
display: none;
6869
[dir="rtl"] & {
6970
float: right;
7071
}
@@ -75,8 +76,6 @@
7576
display: none;
7677
}
7778

78-
display: none;
79-
8079
&.dragging img {
8180
pointer-events: none;
8281
}

0 commit comments

Comments
 (0)