Make WordPress Core

Changeset 30590


Ignore:
Timestamp:
11/27/2014 08:40:13 PM (10 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: better highlights for tapped links in iOS Safari.

Props iamtakashi, fixes #30524.

File:
1 edited

Legend:

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

    r30589 r30590  
    10481048.pagination .prev,
    10491049.pagination .next {
     1050    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    10501051    background-color: #333;
    10511052    color: #fff;
     
    14191420
    14201421.widget_calendar tbody a {
     1422    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    14211423    background-color: #333;
    14221424    color: #fff;
     
    20472049
    20482050.page-links a {
     2051    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    20492052    background-color: #333;
    20502053    border-color: #333;
Note: See TracChangeset for help on using the changeset viewer.