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 bce2f8e commit 8a2ac49
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 15 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 @@ -2,12 +2,6 @@
<tr *ngIf="heading">
<th class="heading" [colSpan]="columnsCount">
<div class="heading__container">
<!-- <prizm-icon-->
<!-- class="heading__icon"-->
<!-- [class.heading__icon_expanded]="open"-->
<!-- (click)="onClick()"-->
<!-- iconClass="arrows-chevron-right"-->
<!-- ></prizm-icon>-->
<prizm-icons
class="heading__icon"
[class.heading__icon_expanded]="open"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
&_expanded {
transform: rotate(90deg);
}

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

&__content {
Expand Down

0 comments on commit 8a2ac49

Please sign in to comment.