Update d2l-pager-load-more to use semantic variables.#6908
Open
Update d2l-pager-load-more to use semantic variables.#6908
Conversation
Contributor
|
Thanks for the PR! 🎉 We've deployed an automatic preview for this PR - you can see your changes here:
Note The build needs to finish before your changes are deployed. |
dbatiste
commented
May 4, 2026
| } | ||
| .info { | ||
| color: var(--d2l-color-galena); | ||
| color: var(--d2l-theme-text-color-static-faint); |
Contributor
Author
There was a problem hiding this comment.
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.
dbatiste
commented
May 4, 2026
| } | ||
| button:hover { | ||
| background-color: var(--d2l-color-sylvite); | ||
| border-color: var(--d2l-color-gypsum); |
Contributor
Author
There was a problem hiding this comment.
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.
GZolla
approved these changes
May 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GAUD-9477
This PR updates
d2l-pager-load-moreto use semantic variables.