Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Style and example updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
cm9361 committed Oct 27, 2023
1 parent ccd0cdc commit 7594487
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const tableData = {
sections: [{
id: 'section-0',
isCollapsible: true,
isCollapsed: false,
isCollapsed: true,
text: 'Test Section',
rows: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import TableWithSections from "./TableWithSections?dev-site-example";
import TableWithCollapsibleSections from "./TableWithCollapsibleSections?dev-site-example";

<TableWithSections />

<TableWithCollapsibleSections />

<TableWithSections />
4 changes: 0 additions & 4 deletions packages/terra-table/src/subcomponents/Section.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
.header:not(.visible) {
display: none;
}

button:focus {
outline: none;
}
}

.header.visible th {
Expand Down

0 comments on commit 7594487

Please sign in to comment.