修复 data-title 伪元素的一些异常
This commit is contained in:
parent
ec7db06bc9
commit
6d07c9c845
@ -2082,6 +2082,11 @@ td>table>tbody>tr>td,
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.td[data-title][title]::before {
|
||||||
|
display: initial;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
.tr[data-title]::before,
|
.tr[data-title]::before,
|
||||||
.tr.cbi-section-table-titles.named::before {
|
.tr.cbi-section-table-titles.named::before {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user