Files
deepdrft/DeepDrftManager/Components/Pages/Tracks/CmsSessionBrowser.razor.css
T
daniel-c-harvey a7e2335c20 Add Edit action to medium browsers; extract CmsMediumBrowserBase + CmsMediumTable
Session/Mix browsers share base (load/state/thumb) and a shared table shell carrying the per-row Edit link to BatchEdit; subclasses supply only their medium action.
2026-06-13 11:08:43 -04:00

16 lines
518 B
CSS

/* Hero-thumbnail idiom for the session row's action cell. The cover thumb lives in CmsMediumTable's
own scoped CSS; this scoped copy reaches only the hero <div> rendered in this component's
ActionContent markup (Blazor CSS isolation is per-component). */
.cms-album-thumb {
width: 40px;
height: 40px;
border-radius: 4px;
background-size: cover;
background-position: center;
flex-shrink: 0;
}
.cms-album-thumb--fallback {
background-color: var(--mud-palette-action-default-hover);
}