Changeset 6389 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/modules/_wporg-header.scss
- Timestamp:
- 01/17/2018 06:44:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/modules/_wporg-header.scss
r6177 r6389 19 19 20 20 a { 21 background: url( //s.w.org/style/images/wp -header-logo.png?1) center left no-repeat;22 background-size: 303px 53px;21 background: url( //s.w.org/style/images/wporg-logo.svg?3 ) center left no-repeat; 22 background-size: 290px 46px; 23 23 display: block; 24 24 height: 88px; 25 25 text-indent: -9999px; 26 width: 303px;27 28 @media only screen and (-webkit-min-device-pixel-ratio: 1.5),29 only screen and (min-resolution: 1.5dppx),30 only screen and (min-resolution: 144dpi) {31 background-image: url( //s.w.org/style/images/wp-header-logo-2x.png?1 );32 }33 26 } 34 27 } … … 132 125 133 126 &.current, 134 &.current-menu-item { 135 a { 136 color: #eee; 137 } 138 } 139 127 &.current-menu-item, 140 128 .uparrow { 141 129 display: none; … … 204 192 205 193 [type="submit"] { 206 background: #191e23 url( //s.w.org/wp-includes/images/admin-bar-sprite.png?d=20120831 ) no-repeat 2px 4px;194 background: #191e23 url( //s.w.org/wp-includes/images/admin-bar-sprite.png?d=20120831 ) no-repeat 2px 5px; 207 195 border: none; 208 196 border-radius: 0; … … 343 331 344 332 #mobile-menu-button { 333 background: none; 334 border: none; 335 box-shadow: none; 345 336 display: block; 346 337 float: left; … … 349 340 font-style: normal; 350 341 font-weight: normal; 351 height: 32px;352 342 left: 10px; 353 343 line-height: 1; 344 padding: 1px; 354 345 position: absolute; 355 346 text-align: center; 356 347 text-decoration: inherit; 348 text-shadow: none; 357 349 top: 75px; 358 350 transition: color .1s ease-in; 359 351 vertical-align: top; 360 width: 39px;361 352 -webkit-font-smoothing: antialiased; 362 353 … … 369 360 float: left; 370 361 font: normal 50px/1 'Dashicons'; 371 height: 32px;372 362 margin: 0; 373 363 outline: none; … … 375 365 text-decoration: none; 376 366 vertical-align: middle; 377 width: 39px;378 367 -webkit-font-smoothing: antialiased; 379 }380 381 &:hover {382 background:none;383 368 } 384 369
Note: See TracChangeset
for help on using the changeset viewer.