File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
client/src/app/dashboard/table-all Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ table {
3535}
3636
3737.customWidthClass {
38- width : 320 px ;
38+ width : 300 px ;
3939}
4040
4141.mat-elevation-z8 {
@@ -78,3 +78,6 @@ tr.example-element-row:not(.example-expanded-row):active {
7878 border-bottom-width : 0 ;
7979}
8080
81+ .customOutline {
82+ outline : none;
83+ }
Original file line number Diff line number Diff line change 5353 < mat-header-cell *matHeaderCellDef > </ mat-header-cell >
5454 < mat-cell *matCellDef ="let element; let row " class ="example-element-row " [class.example-expanded-row] ="expandedElement === element "
5555 (click) ="expandedElement = expandedElement === element ? null : element; data = onRowClicked(row) ">
56- < button mat-button >
56+ < button mat-button [ngClass] = " 'customOutline' " >
5757 View Details
5858 </ button >
5959 </ mat-cell >
You can’t perform that action at this time.
0 commit comments