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 1a206cd commit 06bd944
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/colum
<ng-content></ng-content>
</button>
`,
host: {"[class.action-right]": "isOk()", "[style.display]": "block"}
host: {"[class.action-right]": "isOk()"}
})

export class ClrDatagridColumnToggleButton {
Expand Down

0 comments on commit 06bd944

Please sign in to comment.