Skip to content

Update d2l-pager-load-more to use semantic variables.#6908

Open
dbatiste wants to merge 1 commit intomainfrom
dbatiste/pager-load-more-dark-mode
Open

Update d2l-pager-load-more to use semantic variables.#6908
dbatiste wants to merge 1 commit intomainfrom
dbatiste/pager-load-more-dark-mode

Conversation

@dbatiste
Copy link
Copy Markdown
Contributor

@dbatiste dbatiste commented May 4, 2026

GAUD-9477

This PR updates d2l-pager-load-more to use semantic variables.

@dbatiste dbatiste requested a review from a team as a code owner May 4, 2026 17:51
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

Thanks for the PR! 🎉

We've deployed an automatic preview for this PR - you can see your changes here:

URL https://live.d2l.dev/prs/BrightspaceUI/core/pr-6908/

Note

The build needs to finish before your changes are deployed.
Changes to the PR will automatically update the instance.

}
.info {
color: var(--d2l-color-galena);
color: var(--d2l-theme-text-color-static-faint);
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Colors are mapped based on light mode and conv with Jeff. However this does not pass color contrast in dark mode so I've reached out to Jeff.

}
button:hover {
background-color: var(--d2l-color-sylvite);
border-color: var(--d2l-color-gypsum);
Copy link
Copy Markdown
Contributor Author

@dbatiste dbatiste May 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: after conv with Jeff, we are just using --d2l-theme-border-color-subtle (--d2l-color-gypsum) for the border in both the normal and hover states. This will result in some light-mode diffs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants