Make WordPress Core

Ticket #45424: 45424.7.2.patch

File 45424.7.2.patch, 2.1 KB (added by desrosj, 7 years ago)

Removing conflicting changes.

  • src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss

     
    198198                &.is-style-outline .wp-block-button__link,
    199199                &.is-style-outline .wp-block-button__link:focus,
    200200                &.is-style-outline .wp-block-button__link:active {
    201                         @include button-all-transition; 
     201                        @include button-all-transition;
    202202                        border-width: 2px;
    203                         border-style: solid;           
     203                        border-style: solid;
    204204
    205205                        &:not(.has-background) {
    206206                                background: transparent;
     
    244244                }
    245245        }
    246246
     247        .wp-block-archives,
     248        .wp-block-categories {
     249
     250                &.aligncenter {
     251                        text-align: center;
     252                }
     253        }
     254
    247255        //! Latest categories
    248256        .wp-block-categories {
    249257
     
    788796        .has-secondary-background-color,
    789797        .has-dark-gray-background-color,
    790798        .has-light-gray-background-color {
    791                
     799
    792800                // Use white text against these backgrounds by default.
    793801                color: $color__background-body;
    794802
  • src/wp-content/themes/twentynineteen/style-rtl.css

     
    36903690  text-decoration: none;
    36913691}
    36923692
     3693.entry .entry-content .wp-block-archives.aligncenter,
     3694.entry .entry-content .wp-block-categories.aligncenter {
     3695  text-align: center;
     3696}
     3697
    36933698.entry .entry-content .wp-block-categories ul {
    36943699  padding-top: 0.75rem;
    36953700}
  • src/wp-content/themes/twentynineteen/style.css

     
    37023702  text-decoration: none;
    37033703}
    37043704
     3705.entry .entry-content .wp-block-archives.aligncenter,
     3706.entry .entry-content .wp-block-categories.aligncenter {
     3707  text-align: center;
     3708}
     3709
    37053710.entry .entry-content .wp-block-categories ul {
    37063711  padding-top: 0.75rem;
    37073712}