mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06: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>
27 lines
739 B
SCSS
27 lines
739 B
SCSS
@import 'variables';
|
|
|
|
// Tabler & vendors
|
|
@import '../node_modules/@tabler/core/src/scss/_core.scss';
|
|
@import '../node_modules/@tabler/core/src/scss/vendor/tom-select';
|
|
|
|
// Overrides of external libraries
|
|
@import 'overrides/bootstrap';
|
|
@import 'overrides/tabler';
|
|
@import 'overrides/tomselect';
|
|
|
|
// Transitional styling to ease migration of templates from NetBox v3.x
|
|
@import 'transitional/badges';
|
|
@import 'transitional/cards';
|
|
@import 'transitional/forms';
|
|
@import 'transitional/layout';
|
|
@import 'transitional/navigation';
|
|
@import 'transitional/progress';
|
|
@import 'transitional/tables';
|
|
@import 'transitional/tabs';
|
|
|
|
// Custom styling
|
|
@import 'custom/code';
|
|
@import 'custom/interfaces';
|
|
@import 'custom/markdown';
|
|
@import 'custom/misc';
|