- Merge request !11Adds a generic class to allow featured speakers to have a dark background. β (Open) created by bernardm28
The current background (black background) of the featured speakers is attached to
.block-views-blockfeatured-speakers-block-1
That is problematic, as that is the machine name of a specific block and hardcodes it there.
Add a new block to the Drupal view called featured speakers.
Instead of hardcoding to a machine name, maybe we should add it to a generic class here.
.featured-speakers-view-block {
--color-background: var(--neutral-dark);
--color-text: var(--color-white);
grid-column: 2 / -2;
background-color: var(--color-background);
border-image-source: linear-gradient(var(--color-background), var(--color-background));
border-image-outset: 0 50vw;
border-image-slice: fill 0;
}
Create the PR.
Wait for the event platform issue to be merged.
Active
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.