Skip to content

Commit 137c96e

Browse files
mateusjmafjhosefmarks
authored andcommitted
fix(grid): remove arquivos css
Removida as definições de estilo do componente grid e inserido no repositório portinari-style, pois estava gerando um erro ao buildar o projeto. Fixes DTHFUI-2327
1 parent bed9970 commit 137c96e

File tree

8 files changed

+4
-181
lines changed

8 files changed

+4
-181
lines changed

projects/ui/src/lib/components/po-grid/po-grid-cell-action/po-grid-cell-action.component.css

Lines changed: 0 additions & 23 deletions
This file was deleted.

projects/ui/src/lib/components/po-grid/po-grid-cell-action/po-grid-cell-action.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import { Component, Input } from '@angular/core';
22

33
@Component({
44
selector: 'po-grid-cell-action',
5-
templateUrl: './po-grid-cell-action.component.html',
6-
styleUrls: ['./po-grid-cell-action.component.css']
5+
templateUrl: './po-grid-cell-action.component.html'
76
})
87
export class PoGridCellActionComponent {
98

projects/ui/src/lib/components/po-grid/po-grid-cell/po-grid-cell.component.css

Lines changed: 0 additions & 43 deletions
This file was deleted.

projects/ui/src/lib/components/po-grid/po-grid-cell/po-grid-cell.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import { Component, Input, ViewChild, ElementRef, ChangeDetectorRef, Output, Eve
22

33
@Component({
44
selector: 'po-grid-cell',
5-
templateUrl: './po-grid-cell.component.html',
6-
styleUrls: ['./po-grid-cell.component.css']
5+
templateUrl: './po-grid-cell.component.html'
76
})
87
export class PoGridCellComponent {
98

projects/ui/src/lib/components/po-grid/po-grid-head/po-grid-head.component.css

Lines changed: 0 additions & 32 deletions
This file was deleted.

projects/ui/src/lib/components/po-grid/po-grid-head/po-grid-head.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import { Component, Input, ViewChild, ElementRef, ChangeDetectorRef } from '@ang
22

33
@Component({
44
selector: 'po-grid-head',
5-
templateUrl: './po-grid-head.component.html',
6-
styleUrls: ['./po-grid-head.component.css']
5+
templateUrl: './po-grid-head.component.html'
76
})
87
export class PoGridHeadComponent {
98

projects/ui/src/lib/components/po-grid/po-grid.component.css

Lines changed: 0 additions & 75 deletions
This file was deleted.

projects/ui/src/lib/components/po-grid/po-grid.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ import { PoGridRowActions } from './po-grid-row-actions.interface';
3131
*/
3232
@Component({
3333
selector: 'po-grid',
34-
templateUrl: './po-grid.component.html',
35-
styleUrls: ['./po-grid.component.css']
34+
templateUrl: './po-grid.component.html'
3635
})
3736
export class PoGridComponent implements OnDestroy {
3837

0 commit comments

Comments
 (0)