|
59 | 59 | transition: @transition;
|
60 | 60 | }
|
61 | 61 |
|
| 62 | +/* Rowspan helper class */ |
| 63 | +.ui.table th.rowspanned, |
| 64 | +.ui.table td.rowspanned { |
| 65 | + display:none; |
| 66 | +} |
| 67 | + |
62 | 68 | /* Headers */
|
63 | 69 | .ui.table > thead {
|
64 | 70 | box-shadow: @headerBoxShadow;
|
|
180 | 186 | .ui.table:not(.unstackable) > tbody,
|
181 | 187 | .ui.table:not(.unstackable) > tr,
|
182 | 188 | .ui.table:not(.unstackable) > tbody > tr,
|
183 |
| - .ui.table:not(.unstackable) > tr > th, |
184 |
| - .ui.table:not(.unstackable) > thead > tr > th, |
185 |
| - .ui.table:not(.unstackable) > tbody > tr > th, |
186 |
| - .ui.table:not(.unstackable) > tfoot > tr > th, |
187 |
| - .ui.table:not(.unstackable) > tr > td, |
188 |
| - .ui.table:not(.unstackable) > tbody > tr > td, |
189 |
| - .ui.table:not(.unstackable) > tfoot > tr > td { |
| 189 | + .ui.table:not(.unstackable) > tr > th:not(.rowspanned), |
| 190 | + .ui.table:not(.unstackable) > thead > tr > th:not(.rowspanned), |
| 191 | + .ui.table:not(.unstackable) > tbody > tr > th:not(.rowspanned), |
| 192 | + .ui.table:not(.unstackable) > tfoot > tr > th:not(.rowspanned), |
| 193 | + .ui.table:not(.unstackable) > tr > td:not(.rowspanned), |
| 194 | + .ui.table:not(.unstackable) > tbody > tr > td:not(.rowspanned), |
| 195 | + .ui.table:not(.unstackable) > tfoot > tr > td:not(.rowspanned) { |
190 | 196 | display: block !important;
|
191 | 197 | width: auto !important;
|
192 | 198 | }
|
|
469 | 475 | .ui[class*="tablet stackable"].table > tbody,
|
470 | 476 | .ui[class*="tablet stackable"].table > tbody > tr,
|
471 | 477 | .ui[class*="tablet stackable"].table > tr,
|
472 |
| - .ui[class*="tablet stackable"].table > thead > tr > th, |
473 |
| - .ui[class*="tablet stackable"].table > tbody > tr > th, |
474 |
| - .ui[class*="tablet stackable"].table > tfoot > tr > th, |
475 |
| - .ui[class*="tablet stackable"].table > tr > th, |
476 |
| - .ui[class*="tablet stackable"].table > tbody > tr > td, |
477 |
| - .ui[class*="tablet stackable"].table > tfoot > tr > td, |
478 |
| - .ui[class*="tablet stackable"].table > tr > td { |
| 478 | + .ui[class*="tablet stackable"].table > thead > tr > th:not(.rowspanned), |
| 479 | + .ui[class*="tablet stackable"].table > tbody > tr > th:not(.rowspanned), |
| 480 | + .ui[class*="tablet stackable"].table > tfoot > tr > th:not(.rowspanned), |
| 481 | + .ui[class*="tablet stackable"].table > tr > th:not(.rowspanned), |
| 482 | + .ui[class*="tablet stackable"].table > tbody > tr > td:not(.rowspanned), |
| 483 | + .ui[class*="tablet stackable"].table > tfoot > tr > td:not(.rowspanned), |
| 484 | + .ui[class*="tablet stackable"].table > tr > td:not(.rowspanned) { |
479 | 485 | display: block !important;
|
480 | 486 | width: 100% !important;
|
481 | 487 | }
|
|
0 commit comments