starred in list-expanded

This commit is contained in:
Yuri Kuznetsov
2024-12-18 19:55:55 +02:00
parent f835712452
commit 59c1962152
3 changed files with 6 additions and 8 deletions

View File

@@ -54,7 +54,7 @@
{{#each rowDataList}}
<li
data-id="{{id}}"
class="list-group-item list-row"
class="list-group-item list-row {{#if isStarred}} starred {{~/if}}"
>{{{var id ../this}}}</li>
{{/each}}
</ul>

View File

@@ -221,7 +221,7 @@
{{#each rowDataList}}
<tr
data-id="{{id}}"
class="list-row{{#if isStarred}} starred{{/if}}"
class="list-row {{#if isStarred}} starred {{~/if}}"
>{{{var id ../this}}}</tr>
{{/each}}
</tbody>

View File

@@ -1432,12 +1432,10 @@ section {
}
.list > {
table > tbody {
> tr.list-row.starred {
td {
//background-color: var(--warning-bg);
}
table > tbody,
ul.list-group {
> tr.list-row.starred,
> li.list-row.starred {
.cell[data-name="name"] {
&:has(> a.link) {
&::before {