fix: scope play-glyph override to dark mode, fix connect-option hover, tokenize bio placeholder, correct popover comment
This commit is contained in:
@@ -358,16 +358,17 @@ h2, h3, h4, h5, h6,
|
||||
font-family: var(--deepdrft-font-mono) !important;
|
||||
}
|
||||
|
||||
/* Default MudBlazor popover surface (Phase 18, T4 — symptom #1). Selects, menus, tooltips, and
|
||||
the share-popover body render inside .mud-popover. Their visible surface is the inner .mud-paper,
|
||||
which paints background-color: var(--mud-palette-surface). Inspection settled the root cause: the
|
||||
"too dark" is NOT --deepdrft-panel-ground leakage (the bespoke dark-glass panels are MudOverlay
|
||||
.mud-overlay-content surfaces and never match .mud-popover) — it is simply that the popover surface
|
||||
tracks --mud-palette-surface with no desaturated-navy treatment. So re-point --mud-palette-surface
|
||||
to the theme-aware --deepdrft-popover-surface *within the popover scope only*: a soft desaturated-navy
|
||||
wash in light, the existing panel-ground charcoal in dark. Scoping the variable (not a flat
|
||||
background) means any inner .mud-paper, .mud-list, or menu picks it up for free, while the global
|
||||
surface used elsewhere on the page is unaffected. */
|
||||
/* Default MudBlazor popover surface (Phase 18, T4 — symptom #1). Selects, menus, and the
|
||||
share-popover body render inside .mud-popover. (Tooltips are NOT covered here — MudBlazor
|
||||
tooltips paint from --mud-palette-text, not the popover surface.) Their visible surface is the
|
||||
inner .mud-paper, which paints background-color: var(--mud-palette-surface). Inspection settled
|
||||
the root cause: the "too dark" is NOT --deepdrft-panel-ground leakage (the bespoke dark-glass
|
||||
panels are MudOverlay .mud-overlay-content surfaces and never match .mud-popover) — it is simply
|
||||
that the popover surface tracks --mud-palette-surface with no desaturated-navy treatment. So
|
||||
re-point --mud-palette-surface to the theme-aware --deepdrft-popover-surface *within the popover
|
||||
scope only*: a soft desaturated-navy wash in light, the existing panel-ground charcoal in dark.
|
||||
Scoping the variable (not a flat background) means any inner .mud-paper, .mud-list, or menu picks
|
||||
it up for free, while the global surface used elsewhere on the page is unaffected. */
|
||||
.mud-popover {
|
||||
--mud-palette-surface: var(--deepdrft-popover-surface);
|
||||
background-color: var(--deepdrft-popover-surface);
|
||||
|
||||
Reference in New Issue
Block a user