Make WordPress Core

Changeset 26062


Ignore:
Timestamp:
11/09/2013 06:46:41 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: remove non-standard ::selection selectors. Closes #25898.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/style.css

    r26057 r26062  
    454454}
    455455
    456 ::selection {
    457     background: #24890d;
    458     color: #fff;
    459     text-shadow: none;
    460 }
    461 
    462 ::-moz-selection {
    463     background: #24890d;
    464     color: #fff;
    465     text-shadow: none;
    466 }
    467 
    468456
    469457/**
Note: See TracChangeset for help on using the changeset viewer.