Make WordPress Core

Ticket #46901: 46901-tabs.diff

File 46901-tabs.diff, 1.1 KB (added by afercia, 6 years ago)

Restore previous tabs styles for the About & Co. pages

  • 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

     
    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        }