Make WordPress Core


Ignore:
Timestamp:
12/18/2018 10:23:06 PM (8 years ago)
Author:
desrosj
Message:

Updating Twenty Nineteen, the new default theme for 2019.

This update changes the following:

Props richtabor, kjellr, allancole.

Merges [44192] and [44193] to trunk.

See #45424.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

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

    r44300 r44302  
    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) {
     
    242242                                text-decoration: none;
    243243                        }
     244                }
     245        }
     246
     247        .wp-block-archives,
     248        .wp-block-categories {
     249
     250                &.aligncenter {
     251                        text-align: center;
    244252                }
    245253        }
     
    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;
Note: See TracChangeset for help on using the changeset viewer.