Make WordPress Core

Changeset 45502


Ignore:
Timestamp:
06/08/2019 04:06:19 PM (7 years ago)
Author:
afercia
Message:

Administration: Improve the Screen Options and Help buttons focus style after [45501].

Amends [45501].
See #46749.

File:
1 edited

Legend:

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

    r45501 r45502  
    16941694        border: 1px solid #ddd;
    16951695        border-top: none;
     1696        border-bottom-color: #ccc;
     1697        height: auto;
    16961698        margin-bottom: 0;
    16971699        padding: 3px 6px 3px 16px;
    1698         background: none;
     1700        background: #fff;
    16991701        border-radius: 0;
    17001702        color: #72777c;
    17011703        line-height: 1.7;
    1702         background: #fff;
    1703         box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
     1704        box-shadow: none;
    17041705}
    17051706
     
    17101711}
    17111712
     1713#screen-meta-links .show-settings:focus {
     1714        border-color: #5b9dd9;
     1715        box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
     1716}
     1717
    17121718#screen-meta-links .show-settings:active {
    1713         box-shadow: none;
    17141719        transform: none;
    17151720}
Note: See TracChangeset for help on using the changeset viewer.