Make WordPress Core

Changeset 32973


Ignore:
Timestamp:
06/27/2015 03:06:22 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Fix the dismissable notice button focus style, broken in [32475].

props afercia.
fixes #32797.

Location:
trunk/src/wp-admin/css
Files:
3 edited

Legend:

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

    r32847 r32973  
    747747    content: '\f153';
    748748    display: block;
    749     font: normal 16px/1 'dashicons';
     749    font: normal 16px/20px 'dashicons';
    750750    speak: none;
    751     height: 16px;
     751    height: 20px;
    752752    text-align: center;
    753753    width: 20px;
     
    762762.tagchecklist span a:before,
    763763#bulk-titles div a:before {
    764     margin: 2px 0;
     764    margin: 1px 0;
    765765}
    766766
     
    13111311}
    13121312
    1313 .notice-dismiss:before {
    1314     position: relative;
    1315     top: 0;
    1316     left: 0;
    1317     line-height: 20px;
    1318 }
    1319 
    13201313.notice-dismiss:hover:before,
    13211314.notice-dismiss:active:before,
     
    13281321    -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
    13291322    box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
    1330     color: #c00;
    13311323}
    13321324
  • trunk/src/wp-admin/css/dashboard.css

    r32476 r32973  
    157157.welcome-panel .welcome-panel-close:before {
    158158    position: absolute;
    159     top: 10px;
     159    top: 8px;
    160160    left: 0;
    161161    -webkit-transition: all .1s ease-in-out;
  • trunk/src/wp-admin/css/edit.css

    r32899 r32973  
    14441444    .tagchecklist span {
    14451445        font-size: 16px;
    1446         line-height: 120%;
     1446        line-height: 1.4;
    14471447    }
    14481448
Note: See TracChangeset for help on using the changeset viewer.