Opened 7 weeks ago
Closed 6 weeks ago
#9336 closed defect (bug) (fixed)
fix: typo in screen reader shadow color variable
| Reported by: | baikare.sandeep007 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | BuddyPress.org Sites | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
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);
Attachments (1)
Change History (4)
This ticket was mentioned in PR #657 on WordPress/wordpress.org by @baikare.sandeep007.
7 weeks ago
#1
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Buddypress ticket: https://buddypress.trac.wordpress.org/ticket/9336