Make WordPress Core

Changeset 40896


Ignore:
Timestamp:
06/12/2017 12:16:03 AM (7 years ago)
Author:
westonruter
Message:

Customize: Restore right border on footer actions.

Fixes regression introduced in [40511].

Props timmydcrawford.
See #32296.
Fixes #40978.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/themes.css

    r40586 r40896  
    16451645    max-width: 599px;
    16461646    width: 18%;
     1647    width: -webkit-calc( 18% - 1px );
     1648    width: calc( 18% - 1px );
    16471649    height: 45px;
    16481650    border-top: 1px solid #ddd;
Note: See TracChangeset for help on using the changeset viewer.