Make WordPress Core


Ignore:
Timestamp:
10/23/2014 11:43:04 AM (12 years ago)
Author:
SergeyBiryukov
Message:

Twenty Fifteen: Isolate :not selectors from CSS2 selectors.

props peterwilsoncc, iamtakashi.
fixes #30014.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/inc/customizer.php

    r29971 r29996  
    439439                .main-navigation li,
    440440                .post-navigation,
    441                 .post-navigation .nav-previous:not(.has-post-thumbnail) + .nav-next:not(.has-post-thumbnail),
    442441                .pagination,
    443442                .comment-navigation,
     
    464463                }
    465464
     465                .post-navigation .nav-previous:not(.has-post-thumbnail) + .nav-next:not(.has-post-thumbnail) {
     466                        border-color: %6$s;
     467                }
     468
    466469                /* Border Focus Color */
    467470                input:focus,
Note: See TracChangeset for help on using the changeset viewer.