[buddypress-trac] [BuddyPress Trac] #5895: bp-default - media screen css error when minifying

buddypress-trac noreply at wordpress.org
Thu Sep 25 17:39:00 UTC 2014


#5895: bp-default - media screen css error when minifying
--------------------------+------------------------------
 Reporter:  danbp         |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Theme         |     Version:  2.1
 Severity:  normal        |  Resolution:
 Keywords:  needs-patch   |
--------------------------+------------------------------

Comment (by r-a-y):

 > What's the correct syntax?

 We need to add a selector when using the [https://developer.mozilla.org
 /en-US/docs/Web/CSS/text-size-adjust -webkit-text-size-adjust] rule:

 Here's a potential fix:

 {{{
 @media screen and (max-device-width: 480px), screen and (-webkit-min-
 device-pixel-ratio: 2) {
    #buddypress {
         -webkit-text-size-adjust: none;
    }
 }
 }}}

 However, I'm not too familiar with this rule, so need some feedback here.

 ---

 > Seems like it might be easier to keep issues here until the status of
 bp-default has changed a bit more - like when other people are committing
 to it.

 I'm okay with this.

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5895#comment:3>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list