Skip to:
Content

BuddyPress.org

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)

buddypress-css-type-error.diff (1.3 KB ) - added by baikare.sandeep007 7 weeks ago.

Download all attachments as: .zip

Change History (4)

#2 @emaralive
6 weeks ago

  • Component CoreBuddyPress.org Sites
  • Version 14.4.0

#3 @dd32
6 weeks ago

  • Resolutionfixed
  • Status newclosed
Note: See TracTickets for help on using tickets.