Skip to content

Commit

Permalink
refactor(withSelectionTable): remove unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluepuper committed Sep 28, 2023
1 parent 13c3bcb commit 9fc20be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
7 changes: 0 additions & 7 deletions src/components/Table/Table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9fc20be

Please sign in to comment.