Ticket #47414: 47414.diff
File 47414.diff, 1.0 KB (added by , 6 years ago) |
---|
-
src/wp-content/themes/twentyeleven/editor-blocks.css
382 382 text-shadow: 0 -1px 0 rgba(0,0,0,0.3); 383 383 } 384 384 385 .wp-block-button .wp-block-button__link[data-is-placeholder-visible=true] { 386 height: auto; 387 } 388 385 389 .wp-block-button__link { 386 390 background: #222; 387 391 color: #eee; -
src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
726 726 white-space: nowrap; 727 727 } 728 728 729 .wp-block-button .wp-block-button__link[data-is-placeholder-visible=true] { 730 height: auto; 731 } 732 729 733 .wp-block-button__link { 730 734 background-color: #222; 731 735 color: #fff;