Make WordPress Core

Changeset 26998 for branches/3.8


Ignore:
Timestamp:
01/22/2014 04:44:40 PM (11 years ago)
Author:
nacin
Message:

Eliminate the 1px padding adjustment on active buttons because it creates an un-clickable dead zone 1px high and spanning the entire width of the button.

Merges half of [26993] to the 3.8 branch.

props johnbillion.
see #26700.

Location:
branches/3.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.8

  • branches/3.8/src/wp-includes/css/buttons.css

    r26683 r26998  
    164164}
    165165
    166 /* this creates an inset effect on the text */
    167 .wp-core-ui .button:active {
    168     padding-top: 1px;
    169 }
    170 
    171166.wp-core-ui .button[disabled],
    172167.wp-core-ui .button:disabled,
     
    223218    box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
    224219    vertical-align: top;
    225 }
    226 
    227 /* this creates an inset effect on the text */
    228 .wp-core-ui .button-primary:active {
    229     padding-top: 1px;
    230220}
    231221
     
    297287    }
    298288   
    299     /* Adjust the padding that makes active button text looks inset to account for larger responsive buttons */
    300     .wp-core-ui .button:active,
    301     .wp-core-ui .button-large:active,
    302     .wp-core-ui .button-small:active,
    303     input#publish:active,
    304     input#save-post:active,
    305     a.preview:active {
    306         padding-top: 11px;
    307         padding-bottom: 9px;
    308     }
    309    
    310289    #media-upload.wp-core-ui .button {
    311290        padding: 0 10px 1px;
     
    344323    }
    345324   
    346     .interim-login .button.button-large:active {
    347         padding-top: 1px;
    348     }
    349 }
     325}
Note: See TracChangeset for help on using the changeset viewer.