mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Merge pull request #722 from Alfresco/dev-valbano-374-firefox-fix
Fix for selection in firefox and Safari
This commit is contained in:
@@ -105,3 +105,8 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mdl-data-table-fix-firefox{
|
||||||
|
border-collapse: unset;
|
||||||
|
border-spacing: 0;
|
||||||
|
}
|
||||||
|
@@ -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 -->
|
||||||
|
Reference in New Issue
Block a user