Making WordPress.org


Ignore:
Timestamp:
07/12/2016 10:17:26 PM (9 years ago)
Author:
obenland
Message:

Plugin Directory: Use autoprefixer for vendor prefixes.

Also adds pixel fallback for older browsers that don't understand rems.
Just to be sure.

See #1719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/forms/_buttons.scss

    r3346 r3676  
    4747.button-secondary,
    4848.plugin-upload-form .button-primary {
    49     -webkit-appearance: none;
    5049    border: 1px solid;
    5150    border-radius: 3px;
     
    5453    display: inline-block;
    5554    font-size: ms(-2);
     55    height: ms(4);
    5656    line-height: 1;
    57     height: ms(4);
    5857    margin: 0;
    59     padding: 0 .8rem;
     58    padding: 0 12.8px;
     59    padding: 0 0.8rem;
    6060    text-decoration: none;
    6161    white-space: nowrap;
     62    -webkit-appearance: none;
    6263}
    6364
     
    7576    height: ms(6);
    7677    line-height: 1;
     78    padding: 0 16px;
    7779    padding: 0 1rem;
    7880}
     
    8385    height: ms(2);
    8486    line-height: 1;
    85     padding: 0 .5rem;
     87    padding: 0 8px;
     88    padding: 0 0.5rem;
    8689}
    8790
     
    185188    background: #f7f7f7 !important;
    186189    border-color: #ddd !important;
     190    box-shadow: none !important;
    187191    color: #a0a5aa !important;
    188192    cursor: default;
    189     box-shadow: none !important;
    190193    text-shadow: 0 1px 0 #fff !important;
    191194    transform: none !important;
     
    294297
    295298.button-group > .button {
     299    border-radius: 0;
    296300    display: inline-block;
    297     border-radius: 0;
    298301    margin-right: -1px;
    299302    z-index: 10;
Note: See TracChangeset for help on using the changeset viewer.