Make WordPress Core

Ticket #46901: 46901-tabs.4.diff

File 46901-tabs.4.diff, 1.6 KB (added by afercia, 6 years ago)
  • src/wp-admin/css/about.css

     
    111111        padding-right: 15px;
    112112        padding-left: 15px;
    113113        font-size: 18px;
     114        line-height: 1.33333333;
    114115}
    115116
    116117/* 1.1 - Typography */
  • src/wp-admin/css/colors/_admin.scss

     
    130130
    131131/* Active tabs use a bottom border color that matches the page background color. */
    132132
    133 .about-wrap h2 .nav-tab-active,
     133.about-wrap .nav-tab-active,
    134134.nav-tab-active,
    135135.nav-tab-active:hover {
    136136        background-color: $body-background;
  • src/wp-admin/css/common.css

     
    21712171        margin-left: 0.5em; /* half the font size so set the font size properly */
    21722172        padding: 5px 10px;
    21732173        font-size: 14px;
    2174         line-height: 1.8;
     2174        line-height: 1.71428571;
    21752175        font-weight: 600;
    21762176        background: #e5e5e5;
    21772177        color: #555;
     
    39993999
    40004000        h1 .nav-tab,
    40014001        h2 .nav-tab,
    4002         h3 .nav-tab {
     4002        h3 .nav-tab,
     4003        nav .nav-tab {
    40034004                margin: 10px 10px 0 0;
    40044005                border-bottom: 1px solid #ccc;
    40054006        }
     4007
     4008        .nav-tab-active:hover,
     4009        .nav-tab-active:focus,
     4010        .nav-tab-active:focus:active {
     4011                border-bottom: 1px solid #ccc;
     4012        }
    40064013}
    40074014
    40084015@media screen and (max-width: 320px) {