From d4d2f04fc3de199b50fc90100421f18857899702 Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Wed, 27 Sep 2017 14:38:19 -0400 Subject: [PATCH] Fix partial hover highlight of host filter modal row --- .../host-filter-modal/host-filter-modal.block.less | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.block.less diff --git a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.block.less b/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.block.less deleted file mode 100644 index b2bd01bf05..0000000000 --- a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.block.less +++ /dev/null @@ -1,3 +0,0 @@ -.HostFilterModal-tableRow:hover { - background-color: @default-bg; -}