Skip to content

Commit fb36926

Browse files
committed
fix: 파란색 outline 제거
1 parent 3b5fc51 commit fb36926

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/app/globals.css

+7
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ button {
2525
}
2626
}
2727

28+
textarea:focus,
29+
button:focus,
30+
input:focus,
31+
a {
32+
outline: none;
33+
}
34+
2835
* {
2936
-webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* 버튼 클릭시 나오는 하이라이트 제거 */
3037
-webkit-touch-callout: none; /* 링크를 오래 눌렀을때 액션 막기*/

0 commit comments

Comments
 (0)