Merge pull request #5426 from zhoumeina/pr/fix_remove_button_not_clickable

Fix remove button not clickable
This commit is contained in:
Qian Deng 2018-07-30 05:27:04 -04:00 committed by GitHub
commit 43774df6f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,13 @@
clr-datagrid {
::ng-deep clr-checkbox {
position: inherit;
}
}
position: inherit;
}
}
//This is for production build process.todo: Need to be removed, when production process refactored.
:host >>> clr-checkbox.checkbox.datagrid-foot-select {
position: inherit;
}