diff --git a/src/components/Table/Table.scss b/src/components/Table/Table.scss index cd2f4d0813..0774ca4dc1 100644 --- a/src/components/Table/Table.scss +++ b/src/components/Table/Table.scss @@ -61,13 +61,6 @@ text-align: left; overflow-wrap: break-word; min-width: 18px; - // &:first-child { - // padding-left: 0; - // } - - // &:last-child { - // padding-right: 0; - // } &:not(&_word-wrap) { @include mixins.overflow-ellipsis(); diff --git a/src/components/Table/hoc/withTableSelection/withTableSelection.scss b/src/components/Table/hoc/withTableSelection/withTableSelection.scss index e1b93b9c83..888911dccc 100644 --- a/src/components/Table/hoc/withTableSelection/withTableSelection.scss +++ b/src/components/Table/hoc/withTableSelection/withTableSelection.scss @@ -5,10 +5,7 @@ &__selection-checkbox { @extend #{variables.$block}__cell; @extend #{variables.$block}__cell_edge-padding; - // height: 100%; - // display: flex; border-bottom: none; - // background: rgba($color: #000000, $alpha: 0.2); position: absolute; top: 0; bottom: 0;