Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
[NG] remove unneeded block styling from datagrid column toggle button
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Wilken <[email protected]>
  • Loading branch information
gnomeontherun committed Jun 20, 2018
1 parent ed5e5e4 commit 9becf38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { ColumnToggleButtons, ColumnToggleButtonsService } from './providers/col
<ng-content></ng-content>
</button>
`,
host: { '[class.action-right]': 'isOk()', '[style.display]': 'block' },
host: { '[class.action-right]': 'isOk()' },
})
export class ClrDatagridColumnToggleButton {
@Input() clrType: ColumnToggleButtons;
Expand Down

0 comments on commit 9becf38

Please sign in to comment.