Skip to content

Commit f7505a6

Browse files
committed
remove cursor not allowed
1 parent d4b470f commit f7505a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/styles/components/containers/_fold.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@
109109
}
110110
&--disabled {
111111
@extend .fold__top__moving-controls--up;
112-
cursor: not-allowed;
113112
svg {
114113
transform: rotate(-180deg);
115114
transform-origin: center center;
@@ -131,7 +130,6 @@
131130
}
132131
&--disabled {
133132
@extend .fold__top__moving-controls--down;
134-
cursor: not-allowed;
135133
svg {
136134
opacity: 0.3;
137135
}

0 commit comments

Comments
 (0)