From e8936999acfe8f145c1902bf0a8175425c2ee53e Mon Sep 17 00:00:00 2001 From: Nguyen Hung Phuong Date: Fri, 29 Dec 2017 13:55:13 +0700 Subject: [PATCH] Remove empty file magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.scss is empty file. We probably should delete it. Also, remove ineffective styles for batch actions. Change-Id: If71ec57a6c879cfe97df65be4dff1e5ff612f9ed Co-Authored-By: Shu Muto --- .../cluster-templates/cluster-templates.scss | 0 .../static/dashboard/container-infra/container-infra.scss | 8 -------- 2 files changed, 8 deletions(-) delete mode 100644 magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.scss diff --git a/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.scss b/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.scss deleted file mode 100644 index e69de29b..00000000 diff --git a/magnum_ui/static/dashboard/container-infra/container-infra.scss b/magnum_ui/static/dashboard/container-infra/container-infra.scss index be919636..7627fab9 100644 --- a/magnum_ui/static/dashboard/container-infra/container-infra.scss +++ b/magnum_ui/static/dashboard/container-infra/container-infra.scss @@ -1,9 +1 @@ -@import "cluster-templates/cluster-templates"; @import "clusters/clusters"; - -.batch-action { - float: right; - action-list { - padding-left: 0.3em; - } -}