Fix issue 432 - pure-table-bordered issues (#718)

pure-table-bordered don't work when td has rowspan attribute on ie11,firefox 35
This commit is contained in:
magikstm 2019-06-16 10:25:27 -04:00 committed by Seth Bertalotto
parent 4575552efa
commit 409ea1e44e

View File

@ -23,13 +23,6 @@
padding: 0.5em 1em; /* cell padding */
}
/* Consider removing this next declaration block, as it causes problems when
there's a rowspan on the first cell. Case added to the tests. issue#432 */
.pure-table td:first-child,
.pure-table th:first-child {
border-left-width: 0;
}
.pure-table thead {
background-color: #e0e0e0;
color: #000;