Skip to content

Commit

Permalink
Remove duplicate SCSS
Browse files Browse the repository at this point in the history
Remove the duplicate styles from Definitions.scss that are already
included in PipelineRuns.scss (which can also be consumed by 3rd parties).

Also remove the unnecessary style for the overflow menu options as
the issue it was working around has long since been fixed in Carbon.
  • Loading branch information
AlanGreene authored and tekton-robot committed Sep 15, 2021
1 parent 8a1b0d1 commit cedc1f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -20,7 +20,3 @@ limitations under the License.
flex-shrink: 0;
}
}

.bx--overflow-menu--flip.bx--overflow-menu-options::after{
display: none;
}
14 changes: 0 additions & 14 deletions src/scss/Definitions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit cedc1f3

Please sign in to comment.