diff --git a/packages/calcite-components/src/components/list-item/list-item.scss b/packages/calcite-components/src/components/list-item/list-item.scss index b7ca72bbe77..6a15c4a317c 100755 --- a/packages/calcite-components/src/components/list-item/list-item.scss +++ b/packages/calcite-components/src/components/list-item/list-item.scss @@ -55,7 +55,7 @@ td { tr:focus, td:focus { - @apply focus-normal z-sticky; + @apply focus-inset z-sticky; } .content, diff --git a/packages/calcite-components/src/components/list/list.scss b/packages/calcite-components/src/components/list/list.scss index 87e66d35e6b..94826085f27 100755 --- a/packages/calcite-components/src/components/list/list.scss +++ b/packages/calcite-components/src/components/list/list.scss @@ -22,7 +22,7 @@ } .table { - @apply w-full; + @apply w-full border-collapse; } ::slotted(calcite-list-item) { @@ -35,6 +35,9 @@ .sticky-pos { @apply sticky top-0 z-sticky; + & th { + @apply p-0; + } } calcite-filter {