修复 data-title 伪元素的一些异常

This commit is contained in:
Bard 2023-12-07 22:12:39 +08:00 committed by GitHub
parent ec7db06bc9
commit 6d07c9c845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;