Ticket #58526: 58526.1.diff
File 58526.1.diff, 5.8 KB (added by , 2 years ago) |
---|
-
src/wp-content/themes/twentyfifteen/css/blocks.css
395 395 vertical-align: baseline; 396 396 } 397 397 398 .wp-block-buttons[style*="text-transform"] .wp-block-button__link, 399 .wp-block-button[style*="text-transform"] .wp-block-button__link { 400 text-transform: inherit; 401 } 402 398 403 .is-style-outline .wp-block-button__link { 399 404 border: 2px solid; 400 405 } -
src/wp-content/themes/twentyfifteen/css/editor-blocks.css
754 754 vertical-align: baseline; 755 755 } 756 756 757 .wp-block-buttons[style*="text-transform"] .wp-block-button__link, 758 .wp-block-button[style*="text-transform"] .wp-block-button__link { 759 text-transform: inherit; 760 } 761 757 762 .wp-block-button__link { 758 763 background-color: #333; 759 764 color: #fff; -
src/wp-content/themes/twentyfourteen/css/blocks.css
242 242 vertical-align: bottom; 243 243 } 244 244 245 .wp-block-buttons[style*="text-transform"] .wp-block-button__link, 246 .wp-block-button[style*="text-transform"] .wp-block-button__link { 247 text-transform: inherit; 248 } 249 245 250 .wp-block-button__link { 246 251 background-color: #24890d; 247 252 color: #fff; -
src/wp-content/themes/twentyfourteen/css/editor-blocks.css
423 423 vertical-align: bottom; 424 424 } 425 425 426 .wp-block-buttons[style*="text-transform"] .wp-block-button__link, 427 .wp-block-button[style*="text-transform"] .wp-block-button__link { 428 text-transform: inherit; 429 } 430 426 431 .wp-block-button__link { 427 432 background-color: #24890d; 428 433 color: #fff; -
src/wp-content/themes/twentysixteen/css/blocks.css
252 252 text-transform: uppercase; 253 253 } 254 254 255 .wp-block-buttons[style*="text-transform"] .wp-block-button__link, 256 .wp-block-button[style*="text-transform"] .wp-block-button__link { 257 text-transform: inherit; 258 } 259 255 260 .wp-block-button__link { 256 261 background: #1a1a1a; 257 262 color: #fff; -
src/wp-content/themes/twentysixteen/css/editor-blocks.css
555 555 text-transform: uppercase; 556 556 } 557 557 558 .wp-block-buttons[style*="text-transform"] .wp-block-button__link, 559 .wp-block-button[style*="text-transform"] .wp-block-button__link { 560 text-transform: inherit; 561 } 562 558 563 .wp-block-button__link { 559 564 background: #1a1a1a; 560 565 color: #fff; -
src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
945 945 text-transform: uppercase; 946 946 } 947 947 948 .wp-block-buttons[style*="text-transform"] .wp-block-button__link, 949 .wp-block-button[style*="text-transform"] .wp-block-button__link { 950 text-transform: inherit; 951 } 952 948 953 .editor-styles-wrapper .wp-block-button .wp-block-button__link.mce-content-body { 949 954 line-height: 1.1; 950 955 } -
src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
949 949 text-transform: uppercase; 950 950 } 951 951 952 .wp-block-buttons[style*="text-transform"] .wp-block-button__link, 953 .wp-block-button[style*="text-transform"] .wp-block-button__link { 954 text-transform: inherit; 955 } 956 952 957 .editor-styles-wrapper .wp-block-button .wp-block-button__link.mce-content-body { 953 958 line-height: 1.1; 954 959 } -
src/wp-content/themes/twentytwenty/style-rtl.css
3023 3023 padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem); 3024 3024 } 3025 3025 3026 .wp-block-buttons[style*="text-transform"] .wp-block-button__link, 3027 .wp-block-button[style*="text-transform"] .wp-block-button__link { 3028 text-transform: inherit; 3029 } 3030 3026 3031 /* Block: Columns ---------------------------- */ 3027 3032 3028 3033 .wp-block-columns.alignfull, -
src/wp-content/themes/twentytwenty/style.css
3043 3043 padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem); 3044 3044 } 3045 3045 3046 .wp-block-buttons[style*="text-transform"] .wp-block-button__link, 3047 .wp-block-button[style*="text-transform"] .wp-block-button__link { 3048 text-transform: inherit; 3049 } 3050 3046 3051 /* Block: Columns ---------------------------- */ 3047 3052 3048 3053 .wp-block-columns.alignfull,