Make WordPress Core

Changeset 27107


Ignore:
Timestamp:
02/06/2014 07:07:42 AM (11 years ago)
Author:
helen
Message:

Some tweaks to [27106]:

  • Add more @todo markings and remove one that's been resolved.
  • Restore a missing comma in a .wp-badge background rule, and add a comment reminding us why it's there.

see #18380.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/wp-admin.css

    r27106 r27107  
    244244}
    245245
    246 /* Large chunks of shared color, from the colors.css merge */
     246/* @todo: Take a second look. Large chunks of shared color, from the colors.css merge */
    247247.widget-top,
    248248.menu-item-handle,
     
    41484148}
    41494149
    4150 /* unclear if the following tablenav rules are actually used.
     4150/* @todo: unclear if the following tablenav rules are actually used.
    41514151classes exist in paginate_links() but not seen in list table output. */
    41524152.tablenav .dots {
     
    46254625}
    46264626
    4627 /* @todo: do we really need this? */
     4627/* @todo: do we really need this? word on the street is we don't and this
     4628stray rule may actually be compensated for elsewhere. */
    46284629#normal-sortables .submitbox .submitdelete:hover {
    46294630    color: #000;
     
    87278728}
    87288729
    8729 /* @todo: what is this for? */
    87308730.about-wrap .changelog.point-releases h3:first-child {
    87318731    padding-top: 7px;
     
    87368736.wp-badge {
    87378737    background: #0074a2 url('../images/w-logo-white.png?ver=20131202') no-repeat;
    8738     background: #0074a2 url('../images/wordpress-logo-white.svg?ver=20131110') no-repeat;
     8738    background: #0074a2, url('../images/wordpress-logo-white.svg?ver=20131110') no-repeat; /* multiple backgrounds are ignored by browsers that don't support SVGs */
    87398739    background-position: center 24px;
    87408740    background-size: 85px 85px;
Note: See TracChangeset for help on using the changeset viewer.