Make WordPress Core

Changeset 40576


Ignore:
Timestamp:
05/06/2017 02:36:17 PM (7 years ago)
Author:
swissspidy
Message:

Administration: Remove unit and prefixed version from a CSS declaration.

The prefixed version gets added by Autoprefixer already.

Props MatheusFD.
Fixes #35358.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/colors/_admin.scss

    r39249 r40576  
    409409
    410410.media-selection .attachment.selection.details .thumbnail {
    411     -webkit-box-shadow:
    412         0px 0px 0px 1px #fff,
    413         0px 0px 0px 3px $highlight-color;
    414     box-shadow:
    415         0px 0px 0px 1px #fff,
    416         0px 0px 0px 3px $highlight-color;
     411    box-shadow: 0 0 0 1px #fff, 0 0 0 3px $highlight-color;
    417412}
    418413
Note: See TracChangeset for help on using the changeset viewer.