docs(cta): add CSS custom properties documentation#2745
Open
bennypowers wants to merge 1 commit intomainfrom
Open
docs(cta): add CSS custom properties documentation#2745bennypowers wants to merge 1 commit intomainfrom
bennypowers wants to merge 1 commit intomainfrom
Conversation
Added @cssprop documentation for five CSS custom properties: - `--rh-icon-size` - Icon sizing within CTA - `--rh-cta-focus-container-outline-color` - Focus outline color for container - `--rh-cta-focus-outline-color` - Focus outline color for link/button - `--rh-cta-font-size-priority` - Font size for priority variants - `--rh-cta-active-background-color` - Active state background color Note: scheduleUpdate() and firstUpdated() are Lit lifecycle methods and should not be documented as public API. These should be excluded by CEM configuration. Closes #2496 🤖 Generated with [Claude Code](https://claude.com/claude-code) Assisted-By: Claude <noreply@anthropic.com>
|
✅ Deploy Preview for red-hat-design-system ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
Size Change: +264 B (+0.1%) Total Size: 257 kB
ℹ️ View Unchanged
|
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.
Closes #2496
Added @cssprop documentation for 5 CSS custom properties.
Note: scheduleUpdate() and firstUpdated() are Lit lifecycle methods, not public API. These should be excluded by CEM configuration rather than documented.