Make WordPress Core


Ignore:
Timestamp:
05/02/2019 10:36:02 AM (5 years ago)
Author:
desrosj
Message:

Help/About: Fix tab display issues.

This change restores About page tab heights and fixes bugs with the tab bottom border caused by [44905] and [45243].

Reviewed by SergeyBiryukov and desrosj.

Props ixkaito, ianbelanger, afercia, SergeyBiryukov.
See #46901.
Fixes #47075.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/colors/_admin.scss

    r45117 r45276  
    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 {
Note: See TracChangeset for help on using the changeset viewer.