mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 22:54:48 +00:00
enhance(ui): inherit global color for the popup foreground color
This commit is contained in:
@@ -281,6 +281,10 @@ div[data-radix-popper-content-wrapper] {
|
||||
&[data-side=bottom] {
|
||||
max-height: calc(var(--radix-dropdown-menu-content-available-height) - 20px);
|
||||
}
|
||||
|
||||
&.text-popover-foreground {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.ui__popover-content {
|
||||
|
||||
Reference in New Issue
Block a user