Skip to content

Commit

Permalink
feat(table): use hidden mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
jialin-he committed Mar 12, 2024
1 parent 7d8920f commit 0671f2d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/pharos/src/components/table/pharos-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,5 @@
}

.visually-hidden:not(:focus, :active) {
clip: rect(0 0 0 0);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
@include mixins.hidden;
}

0 comments on commit 0671f2d

Please sign in to comment.