Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frappe_desk_theme/public/css/frappe_desk_theme.bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -556,12 +556,12 @@ div.level-right {
}

/* Table rows - data rows with customizable background and text colors */
.level.list-row,
/* .level.list-row,
.level-item.bold.ellipsis a,
.filterable.ellipsis {
background-color: var(--table-body-bg);
color: var(--table-body-color);
}
} */

/* ========================================
CONDITIONAL ELEMENT VISIBILITY
Expand Down
Loading