From 0eadd69934d8897d893a9df869bec8936e648258 Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Wed, 27 Sep 2017 15:47:27 -0400 Subject: [PATCH] Remove host-filter-modal import --- awx/ui/client/lib/theme/index.less | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/awx/ui/client/lib/theme/index.less b/awx/ui/client/lib/theme/index.less index c1854f09c9..1f3ddb91a6 100644 --- a/awx/ui/client/lib/theme/index.less +++ b/awx/ui/client/lib/theme/index.less @@ -80,7 +80,6 @@ @import '../../src/inventories-hosts/inventories/insights/insights.block.less'; @import '../../src/inventories-hosts/inventories/list/host-summary-popover/host-summary-popover.block.less'; @import '../../src/inventories-hosts/inventories/related/hosts/related-groups-labels/relatedGroupsLabelsList.block.less'; -@import '../../src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.block.less'; @import '../../src/inventories-hosts/inventories/inventories.block.less'; @import '../../src/inventories-hosts/shared/associate-groups/associate-groups.block.less'; @import '../../src/inventories-hosts/shared/associate-hosts/associate-hosts.block.less'; @@ -145,10 +144,10 @@ /** - * App-wide style + * App-wide style * * NOTE: Variables, mixins, and classes below are useful in more than one place across the - * application. When working with Less, if the need for a variable, mixin, class, etc exists in + * application. When working with Less, if the need for a variable, mixin, class, etc exists in * more than one location, take a moment to move it to this more general location for easy reuse * and to avoid duplication. */ @@ -161,8 +160,8 @@ * Component and Feature style * * NOTE: These index files are aggregation points for components and features. To view the more - * granular imports, view the contents of these files. Variables, classes, etc defined within - * these specific files ought to have no use elsewhere. As we shift to leverage components, very + * granular imports, view the contents of these files. Variables, classes, etc defined within + * these specific files ought to have no use elsewhere. As we shift to leverage components, very * few feature-specific styles will exist. */ @import '../components/_index';