Ticket #46901: 46901-tabs.3.diff
File 46901-tabs.3.diff, 1.8 KB (added by , 6 years ago) |
---|
-
src/wp-admin/css/about.css
135 135 font-weight: 400; 136 136 } 137 137 138 .about-wrap h2 { 138 .about-wrap h2, 139 .about-wrap nav { 139 140 margin: 40px 0 .6em; 140 141 font-size: 2.7em; 141 142 line-height: 1.3; -
src/wp-admin/css/colors/_admin.scss
130 130 131 131 /* Active tabs use a bottom border color that matches the page background color. */ 132 132 133 .about-wrap h2.nav-tab-active,133 .about-wrap .nav-tab-active, 134 134 .nav-tab-active, 135 135 .nav-tab-active:hover { 136 136 background-color: $body-background; -
src/wp-admin/css/common.css
2171 2171 margin-left: 0.5em; /* half the font size so set the font size properly */ 2172 2172 padding: 5px 10px; 2173 2173 font-size: 14px; 2174 line-height: 1. 8;2174 line-height: 1.33333333; 2175 2175 font-weight: 600; 2176 2176 background: #e5e5e5; 2177 2177 color: #555; … … 2213 2213 2214 2214 h1.nav-tab-wrapper, /* Back-compat for pre-4.4 */ 2215 2215 .wrap h2.nav-tab-wrapper, /* higher specificity to override .wrap > h2:first-child */ 2216 .wrap nav.nav-tab-wrapper, 2216 2217 .nav-tab-wrapper { 2217 2218 border-bottom: 1px solid #ccc; 2218 2219 margin: 0; … … 3993 3994 3994 3995 h1.nav-tab-wrapper, 3995 3996 .wrap h2.nav-tab-wrapper, 3997 .wrap nav.nav-tab-wrapper, 3996 3998 .nav-tab-wrapper { 3997 3999 border-bottom: 0; 3998 4000 } … … 3999 4001 4000 4002 h1 .nav-tab, 4001 4003 h2 .nav-tab, 4002 h3 .nav-tab { 4004 h3 .nav-tab, 4005 .wrap nav .nav-tab { 4003 4006 margin: 10px 10px 0 0; 4004 4007 border-bottom: 1px solid #ccc; 4005 4008 }