Ticket #45424: 45424.7.2.patch
File 45424.7.2.patch, 2.1 KB (added by , 7 years ago) |
---|
-
src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
198 198 &.is-style-outline .wp-block-button__link, 199 199 &.is-style-outline .wp-block-button__link:focus, 200 200 &.is-style-outline .wp-block-button__link:active { 201 @include button-all-transition; 201 @include button-all-transition; 202 202 border-width: 2px; 203 border-style: solid; 203 border-style: solid; 204 204 205 205 &:not(.has-background) { 206 206 background: transparent; … … 244 244 } 245 245 } 246 246 247 .wp-block-archives, 248 .wp-block-categories { 249 250 &.aligncenter { 251 text-align: center; 252 } 253 } 254 247 255 //! Latest categories 248 256 .wp-block-categories { 249 257 … … 788 796 .has-secondary-background-color, 789 797 .has-dark-gray-background-color, 790 798 .has-light-gray-background-color { 791 799 792 800 // Use white text against these backgrounds by default. 793 801 color: $color__background-body; 794 802 -
src/wp-content/themes/twentynineteen/style-rtl.css
3690 3690 text-decoration: none; 3691 3691 } 3692 3692 3693 .entry .entry-content .wp-block-archives.aligncenter, 3694 .entry .entry-content .wp-block-categories.aligncenter { 3695 text-align: center; 3696 } 3697 3693 3698 .entry .entry-content .wp-block-categories ul { 3694 3699 padding-top: 0.75rem; 3695 3700 } -
src/wp-content/themes/twentynineteen/style.css
3702 3702 text-decoration: none; 3703 3703 } 3704 3704 3705 .entry .entry-content .wp-block-archives.aligncenter, 3706 .entry .entry-content .wp-block-categories.aligncenter { 3707 text-align: center; 3708 } 3709 3705 3710 .entry .entry-content .wp-block-categories ul { 3706 3711 padding-top: 0.75rem; 3707 3712 }