Skip to content

Commit

Permalink
Update filter styling
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeyGuyDylan committed Jan 31, 2025
1 parent a9f7f48 commit 9233580
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,21 @@ div.dataviews-view-list {
}
}
}

div.dataviews-filters__search-widget-listitem:hover,
div.dataviews-filters__search-widget-listitem[data-active-item] {
background-color: var(--tag-color);
color: var(--jp-gray-70);
}

div.dataviews-filters__summary-chip-container {
div.dataviews-filters__summary-chip.has-values[aria-expanded=true] {
background-color: var(--tag-color);
}
}

div.dataviews-filters__search-widget-listitem:hover {
span.dataviews-filters__search-widget-listitem-check {
fill: var(--jp-gray-70);
}
}

0 comments on commit 9233580

Please sign in to comment.