Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Fixed grouped DB headings not receiving bg color
Browse files Browse the repository at this point in the history
Thoroughly tested every DB view and group type and the style z-index: 84 does appear to be exclusive to this element.
  • Loading branch information
EliWimmer authored Jan 1, 2022
1 parent 76e36ab commit e6dea9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theming/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ body,
.notion-update-sidebar-tab-updates-header + .notion-scroller,
.notion-update-sidebar-tab-comments-header,
.notion-update-sidebar-tab-comments-header + div,
.notion-code-block > div > div > [style*='background: '][style$='padding-right: 105px;'] {
.notion-code-block > div > div > [style*='background: '][style$='padding-right: 105px;'],
[style*='z-index: 84'] {
background: var(--theme--bg) !important;
}
.notion-timeline-item-row + div > div > div,
Expand Down

0 comments on commit e6dea9b

Please sign in to comment.