Make WordPress Core

Ticket #62255: 62255.1.patch

File 62255.1.patch, 2.9 KB (added by sabernhardt, 4 months ago)

Moves link styles for Latest Posts, Latest Comments, Categories (List), and Archives blocks to the Widgets section of the stylesheet (after Entry Content)

  • src/wp-content/themes/twentytwenty/style-rtl.css

     
    29652965        color: #6d6d6d;
    29662966}
    29672967
    2968 .wp-block-archives a,
    2969 .wp-block-categories a,
    29702968.wp-block-latest-posts a,
    2971 .wp-block-latest-comments a {
    2972         font-weight: 700;
    2973         text-decoration: none;
    2974 }
    2975 
    2976 .wp-block-archives a:hover,
    2977 .wp-block-categories a:hover,
    2978 .wp-block-latest-posts a:hover,
    2979 .wp-block-latest-comments a:hover,
    2980 .wp-block-archives a:focus,
    2981 .wp-block-categories a:focus,
    2982 .wp-block-latest-posts a:focus,
    2983 .wp-block-latest-comments a:focus {
    2984         text-decoration: underline;
    2985 }
    2986 
    2987 .wp-block-latest-posts a,
    29882969.wp-block-latest-comments__comment-meta {
    29892970        font-weight: 700;
    29902971        letter-spacing: -0.025em;
     
    44154396        margin-top: 0;
    44164397}
    44174398
     4399.wp-block-archives a,
     4400.wp-block-categories a,
     4401.wp-block-latest-posts a,
     4402.wp-block-latest-comments a {
     4403        font-weight: 700;
     4404        text-decoration: none;
     4405}
    44184406
     4407.wp-block-archives a:hover,
     4408.wp-block-categories a:hover,
     4409.wp-block-latest-posts a:hover,
     4410.wp-block-latest-comments a:hover,
     4411.wp-block-archives a:focus,
     4412.wp-block-categories a:focus,
     4413.wp-block-latest-posts a:focus,
     4414.wp-block-latest-comments a:focus {
     4415        text-decoration: underline;
     4416}
     4417
     4418
    44194419/* -------------------------------------------------------------------------- */
    44204420
    44214421/*      16. Site Footer
  • src/wp-content/themes/twentytwenty/style.css

     
    29852985        color: #6d6d6d;
    29862986}
    29872987
    2988 .wp-block-archives a,
    2989 .wp-block-categories a,
    29902988.wp-block-latest-posts a,
    2991 .wp-block-latest-comments a {
    2992         font-weight: 700;
    2993         text-decoration: none;
    2994 }
    2995 
    2996 .wp-block-archives a:hover,
    2997 .wp-block-categories a:hover,
    2998 .wp-block-latest-posts a:hover,
    2999 .wp-block-latest-comments a:hover,
    3000 .wp-block-archives a:focus,
    3001 .wp-block-categories a:focus,
    3002 .wp-block-latest-posts a:focus,
    3003 .wp-block-latest-comments a:focus {
    3004         text-decoration: underline;
    3005 }
    3006 
    3007 .wp-block-latest-posts a,
    30082989.wp-block-latest-comments__comment-meta {
    30092990        font-weight: 700;
    30102991        letter-spacing: -0.025em;
     
    44514432        margin-top: 0;
    44524433}
    44534434
     4435.wp-block-archives a,
     4436.wp-block-categories a,
     4437.wp-block-latest-posts a,
     4438.wp-block-latest-comments a {
     4439        font-weight: 700;
     4440        text-decoration: none;
     4441}
    44544442
     4443.wp-block-archives a:hover,
     4444.wp-block-categories a:hover,
     4445.wp-block-latest-posts a:hover,
     4446.wp-block-latest-comments a:hover,
     4447.wp-block-archives a:focus,
     4448.wp-block-categories a:focus,
     4449.wp-block-latest-posts a:focus,
     4450.wp-block-latest-comments a:focus {
     4451        text-decoration: underline;
     4452}
     4453
     4454
    44554455/* -------------------------------------------------------------------------- */
    44564456
    44574457/*      16. Site Footer