Make WordPress Core

Ticket #61933: 61933.patch

File 61933.patch, 1.3 KB (added by pitamdey, 6 weeks ago)

Patch for this issue

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

     
    917917                        font-size: inherit;
    918918                }
    919919
    920                 &.has-avatars {
    921 
    922                 }
    923 
    924920                &.has-dates {
    925921
    926922                        .wp-block-latest-comments__comment-date {
     
    927923                                font-size: $font__size-xs;
    928924                        }
    929925                }
    930 
    931                 &.has-excerpts {
    932 
    933                 }
    934926        }
    935927
    936928        //! Font Sizes
  • wp-content/themes/twentynineteen/sass/elements/_elements.scss

     
    2121        color: $color__link;
    2222}
    2323
    24 a:visited {
    25 
    26 }
    27 
    2824a:hover,
    2925a:active {
    3026        color: $color__link-hover;
  • wp-content/themes/twentynineteen/sass/forms/_fields.scss

     
    3737        }
    3838}
    3939
    40 select {
    41 
    42 }
    43 
    4440textarea {
    4541        box-sizing: border-box;
    4642        display: block;