Make WordPress Core

Changeset 45501


Ignore:
Timestamp:
06/08/2019 02:49:50 PM (7 years ago)
Author:
afercia
Message:

Administration: Remove extra border from the Screen Options and Help buttons.

The extra border was visible in the responsive view for smaller screens after [32844].

Props jitendrabanjara1991.
Fixes #46749.

File:
1 edited

Legend:

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

    r45402 r45501  
    16831683#contextual-help-link-wrap {
    16841684        float: right;
    1685         height: 28px;
    16861685        margin: 0 0 0 6px;
    1687         border: 1px solid #ddd;
    1688         border-top: none;
    1689         background: #fff;
    1690         box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
    16911686}
    16921687
     
    16971692
    16981693#screen-meta-links .show-settings {
    1699         border: 0;
     1694        border: 1px solid #ddd;
     1695        border-top: none;
     1696        margin-bottom: 0;
     1697        padding: 3px 6px 3px 16px;
    17001698        background: none;
    17011699        border-radius: 0;
    17021700        color: #72777c;
    17031701        line-height: 1.7;
    1704         padding: 3px 6px 3px 16px;
     1702        background: #fff;
     1703        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    17051704}
    17061705
Note: See TracChangeset for help on using the changeset viewer.