Skip to content

Commit 1a66582

Browse files
authored
Merge pull request #122 from codeit-maso/feature/Yun
🐛 fix: 모바일에서 버튼 액티브시 바로바뀌게
2 parents 738238d + ebf75fb commit 1a66582

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/Card/Card.module.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,10 @@
103103
}
104104
}
105105
@media (max-width: 1023px) {
106+
transition: none;
106107
&:active {
107108
background-color: $error;
108109
border-color: $gray-400;
109-
&:hover img {
110-
animation: shake 0.5s ease-in-out;
111-
}
112110
}
113111
}
114112
}

0 commit comments

Comments
 (0)