Skip to:
Content

BuddyPress.org

Opened 9 years ago

Closed 9 years ago

#7006 closed defect (bug) (fixed)

"font: bold;" is not a valid rule by itself (mentions.css, mentions-rtl.css)

Reported by: johnjamesjacoby's profile johnjamesjacoby Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.6 Priority: normal
Severity: normal Version: 1.5
Component: Activity Keywords: has-patch
Cc:

Description

In the Activity component, the following element is targeted with an overgeneralized font rule:

.atwho-view strong

In this case, these should use font-weight to prevent losing other applied or more specific styles.

Attachments (1)

7006.01.diff (640 bytes) - added by johnjamesjacoby 9 years ago.

Download all attachments as: .zip

Change History (3)

#1 @johnjamesjacoby
9 years ago

I think eventually we should review whether we even want these to be bold. I doubt most services embolden usernames like this still.

#2 @johnjamesjacoby
9 years ago

  • Owner set to johnjamesjacoby
  • Resolution set to fixed
  • Status changed from new to closed

In 10695:

Activity: prefer font-weight vs. overgeneralized font CSS rule.

Fixes conflicts with custom styling, and uses a more elegant rule for it's intended purpose. Fixes #7006.

Note: See TracTickets for help on using tickets.