[design]search 칸 보더 수정
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user