Make WordPress Core

Ticket #62255: 62255.patch

File 62255.patch, 2.1 KB (added by pitamdey, 6 months ago)

After applying this solution the issue is resolved

  • wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css

     
    497497.editor-styles-wrapper .wp-block-latest-posts li > a:focus,
    498498.editor-styles-wrapper .wp-block-latest-posts li > a:hover {
    499499        font-weight: 700;
    500         text-decoration: none;
     500        text-decoration: underline;
    501501}
    502502
    503503.editor-styles-wrapper .wp-block-archives.aligncenter,
  • wp-content/themes/twentytwenty/assets/css/editor-style-block.css

     
    501501.editor-styles-wrapper .wp-block-latest-posts li > a:focus,
    502502.editor-styles-wrapper .wp-block-latest-posts li > a:hover {
    503503        font-weight: 700;
    504         text-decoration: none;
     504        text-decoration: underline;
    505505}
    506506
    507507.editor-styles-wrapper .wp-block-archives.aligncenter,
  • wp-content/themes/twentytwenty/style-rtl.css

     
    29732973.wp-block-categories a:focus,
    29742974.wp-block-latest-posts a:focus,
    29752975.wp-block-latest-comments a:focus {
    2976         text-decoration: underline;
     2976        text-decoration: underline !important;
    29772977}
    29782978
    29792979.wp-block-latest-posts a,
  • wp-content/themes/twentytwenty/style.css

     
    29932993.wp-block-categories a:focus,
    29942994.wp-block-latest-posts a:focus,
    29952995.wp-block-latest-comments a:focus {
    2996         text-decoration: underline;
     2996        text-decoration: underline !important;
    29972997}
    29982998
    29992999.wp-block-latest-posts a,