diff --git a/packages/components/src/components/PipelineRuns/PipelineRuns.scss b/packages/components/src/components/PipelineRuns/PipelineRuns.scss index 3d63bb1cc..ccdb5ee90 100644 --- a/packages/components/src/components/PipelineRuns/PipelineRuns.scss +++ b/packages/components/src/components/PipelineRuns/PipelineRuns.scss @@ -1,5 +1,5 @@ /* -Copyright 2019-2020 The Tekton Authors +Copyright 2019-2021 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 @@ -20,7 +20,3 @@ limitations under the License. flex-shrink: 0; } } - -.bx--overflow-menu--flip.bx--overflow-menu-options::after{ - display: none; -} diff --git a/src/scss/Definitions.scss b/src/scss/Definitions.scss index 31ac21660..eb3976b4e 100644 --- a/src/scss/Definitions.scss +++ b/src/scss/Definitions.scss @@ -31,20 +31,6 @@ main { } } -.tkn--definition .tkn--status { - display: flex; - - .tkn--status-icon { - margin-right: 0.5em; - vertical-align: sub; - flex-shrink: 0; - } -} - -.bx--overflow-menu--flip.bx--overflow-menu-options::after { - display: none; -} - .tkn--resource-info-icon { float: right; }