From ebfcea163fd8c004b1d96d6c80fa5d8fc3936fdd Mon Sep 17 00:00:00 2001 From: Alan Greene Date: Fri, 16 Sep 2022 10:49:06 +0100 Subject: [PATCH] Remove unused styles The ListPageLayout styles are no longer used since the namespaces dropdown moved to the application header. --- .../ListPageLayout/ListPageLayout.scss | 24 ------------------- src/scss/App.scss | 1 - 2 files changed, 25 deletions(-) delete mode 100644 src/containers/ListPageLayout/ListPageLayout.scss diff --git a/src/containers/ListPageLayout/ListPageLayout.scss b/src/containers/ListPageLayout/ListPageLayout.scss deleted file mode 100644 index 70bb8e988..000000000 --- a/src/containers/ListPageLayout/ListPageLayout.scss +++ /dev/null @@ -1,24 +0,0 @@ -/* -Copyright 2020 The Tekton Authors -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - -.tkn--list-page--header { - display: flex; - - h1 { - flex-grow: 1; - } - - .bx--list-box__wrapper { - margin-left: 1rem; - } -} diff --git a/src/scss/App.scss b/src/scss/App.scss index fb7646aed..689527eba 100644 --- a/src/scss/App.scss +++ b/src/scss/App.scss @@ -22,7 +22,6 @@ limitations under the License. @import '../containers/NotFound/NotFound.scss'; @import '../containers/EventListener/EventListener.scss'; @import '../containers/ImportResources/ImportResources.scss'; -@import '../containers/ListPageLayout/ListPageLayout.scss'; @import '../containers/SideNav/SideNav.scss'; @import '@tektoncd/dashboard-components/src/scss/Run.scss';