Skip to content

Commit

Permalink
chore(Table): remove deprecated selectors (#1902)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored and tujoworker committed Feb 1, 2023
1 parent 56a7295 commit ab83468
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -590,10 +590,7 @@ thead > tr > th.dnb-table--active .dnb-table__sort-button.dnb-button:hover:focus
* Table component
*
*/
.dnb-table > tr > th,
.dnb-table > tr > td,
.dnb-table > thead > tr > th,
.dnb-table > tbody > tr > td, .dnb-table__th, .dnb-table__td {
.dnb-table__th, .dnb-table__td {
position: relative;
border-spacing: 0;
word-break: keep-all; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
*/

.dnb-table {
& > tr > th, /* should be deprecated */
& > tr > td, /* should be deprecated */
& > thead > tr > th, /* should be deprecated */
& > tbody > tr > td, /* should be deprecated */
&__th,
&__td {
position: relative;
Expand Down

0 comments on commit ab83468

Please sign in to comment.