Ticket #46901: 46901-tabs.4.diff
File 46901-tabs.4.diff, 1.6 KB (added by , 6 years ago) |
---|
-
src/wp-admin/css/about.css
111 111 padding-right: 15px; 112 112 padding-left: 15px; 113 113 font-size: 18px; 114 line-height: 1.33333333; 114 115 } 115 116 116 117 /* 1.1 - Typography */ -
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.71428571; 2175 2175 font-weight: 600; 2176 2176 background: #e5e5e5; 2177 2177 color: #555; … … 3999 3999 4000 4000 h1 .nav-tab, 4001 4001 h2 .nav-tab, 4002 h3 .nav-tab { 4002 h3 .nav-tab, 4003 nav .nav-tab { 4003 4004 margin: 10px 10px 0 0; 4004 4005 border-bottom: 1px solid #ccc; 4005 4006 } 4007 4008 .nav-tab-active:hover, 4009 .nav-tab-active:focus, 4010 .nav-tab-active:focus:active { 4011 border-bottom: 1px solid #ccc; 4012 } 4006 4013 } 4007 4014 4008 4015 @media screen and (max-width: 320px) {