Featured Speakers background

Created on 8 October 2025, 15 days ago

Problem/Motivation

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.

Steps to reproduce

Add a new block to the Drupal view called featured speakers.

Proposed resolution

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;
}

Remaining tasks

Create the PR.
Wait for the event platform issue to be merged.

✨ Feature request
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States bernardm28 Tennessee

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024