Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions packages/components/src/components/Table/_Table.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2019-2024 The Tekton Authors
Copyright 2019-2026 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 Down Expand Up @@ -95,14 +95,8 @@ limitations under the License.
}

.#{$prefix}--link.#{$prefix}--btn--icon-only {
display: inline-flex;
vertical-align: top;
// from Carbon v11 button styles
padding-block-start: min(
calc(
(layout.size('height') - convert.to-rem(16px)) / 2 - convert.to-rem(1px)
),
var(--temp-padding-block-max)
);
}
}
}
Expand Down
Loading