[design]search 칸 보더 수정

This commit is contained in:
dam-eun
2025-10-29 17:10:10 +09:00
parent 63bedb697e
commit 34496b5d43

View File

@@ -91,6 +91,12 @@
box-shadow 0.2s ease;
outline: none !important; // prevent legacy Chromium square outline
background: white;
background-clip: padding-box;
overflow: hidden;
box-shadow: inset 0 0 0 1px white;
&:focus {
outline: none !important; // keep wrapper focus highlight rounded
}
@@ -110,8 +116,8 @@
height: 100% !important;
padding-left: 50px;
padding-right: 40px;
background: white;
border-radius: 1000px;
background: transparent;
border-radius: calc(1000px - 5px);
border: none; // wrapper에서 테두리 처리
box-sizing: border-box;
display: flex;