Make WordPress Core

Changeset 45513


Ignore:
Timestamp:
06/10/2019 01:58:10 PM (5 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.

Merges [45501] and [45502] to the 5.2 branch.
Fixes #46749 for 5.2.2.

Location:
branches/5.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2

  • branches/5.2/src/wp-admin/css/common.css

    r45509 r45513  
    16781678#contextual-help-link-wrap {
    16791679    float: left;
    1680     height: 28px;
    16811680    margin: 0 0 0 6px;
    1682     border: 1px solid #ddd;
    1683     border-top: none;
    1684     background: #fff;
    1685     box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
    16861681}
    16871682
     
    16921687
    16931688#screen-meta-links .show-settings {
    1694     border: 0;
    1695     background: none;
     1689    border: 1px solid #ddd;
     1690    border-top: none;
     1691    border-bottom-color: #ccc;
     1692    height: auto;
     1693    margin-bottom: 0;
     1694    padding: 3px 6px 3px 16px;
     1695    background: #fff;
    16961696    border-radius: 0;
    16971697    color: #72777c;
    16981698    line-height: 1.7;
    1699     padding: 3px 6px 3px 16px;
     1699    box-shadow: none;
    17001700}
    17011701
     
    17061706}
    17071707
     1708#screen-meta-links .show-settings:focus {
     1709    border-color: #5b9dd9;
     1710    box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
     1711}
     1712
    17081713#screen-meta-links .show-settings:active {
    1709     box-shadow: none;
    17101714    transform: none;
    17111715}
Note: See TracChangeset for help on using the changeset viewer.