Skip to content

Commit 59935fb

Browse files
authored
Merge pull request #136 from PepperStones/develop
๐Ÿ›fix: ์ด๋ฏธ์ง€ ์—†์„ ๋•Œ ๋ณด๋” ์ƒ์„ฑ ๋ฌธ์ œ ์ˆ˜์ •
2 parents 1866b0d + 4ae18ae commit 59935fb

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

โ€Žsrc/components/star/StarAnimation.tsxโ€Ž

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,14 +749,22 @@ const DecoContainer = styled.div`
749749
transform: translate(-50%, -50%);
750750
z-index: 500;
751751
752-
border: none;
752+
border: none; /* ๋ช…์‹œ์ ์œผ๋กœ ์ถ”๊ฐ€ */
753+
outline: none; /* ๊ธฐ๋ณธ ์•„์›ƒ๋ผ์ธ ์ œ๊ฑฐ */
754+
background: transparent; /* ๋ฐฐ๊ฒฝ์ƒ‰ ์ œ๊ฑฐ */
753755
`;
754756

755757
const EfectContainer = styled.div`
756758
position: absolute;
757759
border: none;
758760
transform: translate(-50%, -50%);
759761
z-index: 1000;
762+
outline: none; /* ๊ธฐ๋ณธ ์•„์›ƒ๋ผ์ธ ์ œ๊ฑฐ */
763+
background: transparent; /* ๋ฐฐ๊ฒฝ์ƒ‰ ์ œ๊ฑฐ */
764+
765+
border: none; /* ๋ช…์‹œ์ ์œผ๋กœ ์ถ”๊ฐ€ */
766+
outline: none; /* ๊ธฐ๋ณธ ์•„์›ƒ๋ผ์ธ ์ œ๊ฑฐ */
767+
background: transparent; /* ๋ฐฐ๊ฒฝ์ƒ‰ ์ œ๊ฑฐ */
760768
`;
761769

762770
const Effect = styled.img`

0 commit comments

Comments
ย (0)