Ticket #38969: 38969.2.diff
| File 38969.2.diff, 1.2 KB (added by , 9 years ago) |
|---|
-
src/wp-content/themes/twentyseventeen/assets/css/colors-dark.css
474 474 } 475 475 476 476 /* Fixes linked images */ 477 . entry-content a img,478 . widget a img {477 .colors-dark .entry-content a img, 478 .colors-dark .widget a img { 479 479 -webkit-box-shadow: 0 0 0 8px #222; 480 480 box-shadow: 0 0 0 8px #222; 481 481 } … … 496 496 background-color: transparent; 497 497 } 498 498 499 .colors-dark .gallery-item a, 500 .colors-dark .gallery-item a:hover, 501 .colors-dark .gallery-item a:focus, 499 502 .colors-dark .widget .tagcloud a, 500 503 .colors-dark .widget .tagcloud a:focus, 501 504 .colors-dark .widget .tagcloud a:hover, -
src/wp-content/themes/twentyseventeen/style.css
2939 2939 box-shadow: none; 2940 2940 background: none; 2941 2941 display: inline-block; 2942 width: 100%;2942 max-width: 100%; 2943 2943 } 2944 2944 2945 2945 .gallery-item a img {