mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Use IconField and InputIcon for filter inputs
This commit is contained in:
parent
a547ed4681
commit
1e3fcfca59
16 changed files with 52 additions and 105 deletions
|
@ -121,18 +121,6 @@ input.p-select-label {
|
|||
margin-right: -1.75rem;
|
||||
}
|
||||
|
||||
.p-select-filter-container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.p-select-filter-icon {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -0.5rem;
|
||||
right: 0.75rem;
|
||||
color: ${dt('select.filter.icon.color')};
|
||||
}
|
||||
|
||||
.p-select-list-container {
|
||||
overflow: auto;
|
||||
}
|
||||
|
@ -245,9 +233,7 @@ const classes = {
|
|||
}
|
||||
],
|
||||
header: 'p-select-header',
|
||||
filterContainer: 'p-select-filter-container',
|
||||
pcFilter: 'p-select-filter',
|
||||
filterIcon: 'p-select-filter-icon',
|
||||
listContainer: 'p-select-list-container',
|
||||
list: 'p-select-list',
|
||||
optionGroup: 'p-select-option-group',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue