mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-29 15:36:07 +00:00
starred in list-expanded
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user