Skip to content

Commit 28f8b09

Browse files
committed
🐛 fix: tablet, mobile용 버튼 호버 삭제
1 parent ebf75fb commit 28f8b09

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/components/Card/Card.module.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,6 @@
102102
}
103103
}
104104
}
105-
@media (max-width: 1023px) {
106-
transition: none;
107-
&:active {
108-
background-color: $error;
109-
border-color: $gray-400;
110-
}
111-
}
112105
}
113106
}
114107
}

0 commit comments

Comments
 (0)