Skip to content

Commit

Permalink
fix: table examples styles improvement #1655
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Apr 28, 2024
1 parent f94504c commit 1a54c54
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
}
}

tr {
height: 100px;
}

.overlay-tpl {
width: 200px;
height: 200px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,7 @@
<prizm-table-server-sort-example></prizm-table-server-sort-example>
</prizm-doc-example>

<prizm-doc-example
id="datasource"
[content]="exampleDataSourceTable"
heading="Sort, Pagination, Filtering"
>
<prizm-doc-example id="datasource" [content]="exampleDataSourceTable" heading="Sort, Search, Pagination">
<prizm-table-data-source-example></prizm-table-data-source-example>
</prizm-doc-example>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
&_expanded {
transform: rotate(90deg);
}

&:hover {
color: var(--prizm-v3-button-primary-solid-hover);
}
}

&__content {
Expand Down

0 comments on commit 1a54c54

Please sign in to comment.