Merge pull request #722 from Alfresco/dev-valbano-374-firefox-fix

Fix for selection in firefox and Safari
This commit is contained in:
Mario Romano
2016-09-08 20:25:03 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -105,3 +105,8 @@
display: none; display: none;
} }
} }
.mdl-data-table-fix-firefox{
border-collapse: unset;
border-spacing: 0;
}

View File

@@ -1,6 +1,6 @@
<table <table
*ngIf="data" *ngIf="data"
class="mdl-data-table mdl-js-data-table full-width"> class="mdl-data-table mdl-js-data-table full-width mdl-data-table-fix-firefox">
<thead> <thead>
<tr> <tr>
<!-- Columns --> <!-- Columns -->