Skip to content

fix: typo in screen reader shadow color variable#657

Open
baikaresandip wants to merge 1 commit into
WordPress:trunkfrom
baikaresandip:buddypress-css-improvements
Open

fix: typo in screen reader shadow color variable#657
baikaresandip wants to merge 1 commit into
WordPress:trunkfrom
baikaresandip:buddypress-css-improvements

Conversation

@baikaresandip
Copy link
Copy Markdown

@baikaresandip baikaresandip commented May 27, 2026

Buddypress ticket: https://buddypress.trac.wordpress.org/ticket/9336

fix: typo in screen reader shadow color variable in below file:

wordpress.org\buddypress.org\public_html\wp-content\themes\bb-base\style.css

There is wrong variable name in the style.css file
Wrong: --bbbase-screen-reader-shador-color: rgba(0, 0, 0, 0.6);
Correct: --bbbase-screen-reader-shadow-color: rgba(0, 0, 0, 0.6);

Copilot AI review requested due to automatic review settings May 27, 2026 17:38
@github-actions
Copy link
Copy Markdown

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

Core Committers: Use this line as a base for the props when committing in SVN:

Props baikaresandeep007-1.

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Fixes a typo in a CSS custom property name to standardize the variable used for screen-reader styling.

Changes:

  • Renamed a misspelled CSS variable from --bbbase-screen-reader-shador-color to --bbbase-screen-reader-shadow-color.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread buddypress.org/public_html/wp-content/themes/bb-base/style.css
@dd32 dd32 requested a review from JJJ May 28, 2026 01:50
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