mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-29 16:15:55 +00:00
* Added dropdown for Saved Filters. * Added dropdown for Saved Filters. * Added dropdown for Saved Filters. * Fixed linter issues in savedFiltersSelect.ts * Fixed linter issues in netbox.ts * Fixed linter issues in netbox.ts * Removed the blue tag with the filters when saved filters is selected. * Adjusts in table_controls_htmx.html to vertical height of the Quick Search match to the dropdown. * Adjusts in table_controls_htmx.html to vertical height of the Quick Search match to the dropdown. * Adjusts in table_controls_htmx.html to vertical height of the Quick Search match to the dropdown. * Minor adjusts in savedFiltersSelect.ts * Addressed PR comment. * Addressed PR comment. * Addressed PR comment. * Omit saved filters from 'applied filters'; clean up form widget --------- Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
9 lines
115 B
SCSS
9 lines
115 B
SCSS
.ts-wrapper.multi {
|
|
.ts-control {
|
|
padding: 7px 7px 3px 7px;
|
|
div {
|
|
margin: 0 4px 4px 0;
|
|
}
|
|
}
|
|
}
|