react-select 지우기 버튼 추가
This commit is contained in:
parent
a34d183d59
commit
4d6706670c
4
public/static/images/common/select_del.svg
Normal file
4
public/static/images/common/select_del.svg
Normal file
@ -0,0 +1,4 @@
|
||||
<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0.998535 1L3.99723 3.99594L6.99593 1" stroke="#697C8F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M7 6.98376L3.99319 3.99595L1.00263 6.99999" stroke="#697C8F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 370 B |
@ -845,16 +845,18 @@ input[type=text]{
|
||||
color: #bbbbbb;
|
||||
font-weight: 400;
|
||||
}
|
||||
.custom__clear-indicator,
|
||||
.custom__indicator-separator{
|
||||
display: none;
|
||||
}
|
||||
.custom__indicator{
|
||||
padding: 0;
|
||||
svg{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.custom__clear-indicator{
|
||||
width: 30px;
|
||||
height: 100%;
|
||||
background: url(../../public/static/images/common/select_del.svg) no-repeat center;
|
||||
background-size: 8px 8px;
|
||||
}
|
||||
.custom__dropdown-indicator{
|
||||
width: 30px;
|
||||
height: 100%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user