Make WordPress Core

Ticket #45925: 45925.patch

File 45925.patch, 5.5 KB (added by multidots1896, 3 years ago)

Added patch

  • wp-content/themes/twentynineteen/sass/elements/_elements.scss

     
    4040        outline: thin;
    4141        outline-style: dotted;
    4242        text-decoration: underline;
     43        text-decoration-thickness: 2px;
     44        text-underline-offset: auto;
    4345}
    4446
    4547h1,
  • wp-content/themes/twentynineteen/sass/navigation/_links.scss

     
    1717        &:focus {
    1818                outline: thin dotted;
    1919                text-decoration: underline;
     20                text-decoration-thickness: 2px;
     21                text-underline-offset:auto;
    2022        }
    2123}
  • wp-content/themes/twentynineteen/sass/site/primary/_comments.scss

     
    323323
    324324                a {
    325325                        text-decoration: underline;
     326                        text-decoration-thickness: 2px;
     327                        text-underline-offset: auto;
    326328
    327329                        &:hover {
    328330                                text-decoration: none;
  • wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss

     
    212212
    213213                a {
    214214                        text-decoration: underline;
     215                        text-decoration-thickness: 2px;
     216                        text-underline-offset: auto;
    215217
    216218                        &.button,
    217219                        &:hover {
  • wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss

     
    8181
    8282        a {
    8383                text-decoration: underline;
     84                text-decoration-thickness: 2px;
     85                text-underline-offset: auto;
    8486        }
    8587
    8688        .wp-calendar-table {
  • wp-content/themes/twentynineteen/sass/typography/_copy.scss

     
    5858
    5959        &:focus {
    6060                text-decoration: underline;
     61                text-decoration-thickness: 2px;
     62                text-underline-offset: auto;
    6163        }
    6264}
  • wp-content/themes/twentynineteen/style-rtl.css

     
    24712471
    24722472a:focus {
    24732473  text-decoration: underline;
     2474  text-decoration-thickness: 2px;
     2475        text-underline-offset: auto;
    24742476}
    24752477
    24762478/* Elements */
     
    25122514  outline: thin;
    25132515  outline-style: dotted;
    25142516  text-decoration: underline;
     2517  text-decoration-thickness: 2px;
     2518        text-underline-offset: auto;
    25152519}
    25162520
    25172521h1,
     
    27602764a:focus {
    27612765  outline: thin dotted;
    27622766  text-decoration: underline;
     2767  text-decoration-thickness: 2px;
     2768        text-underline-offset: auto;
    27632769}
    27642770
    27652771/*--------------------------------------------------------------
     
    44234429
    44244430.entry .entry-content a {
    44254431  text-decoration: underline;
     4432  text-decoration-thickness: 2px;
     4433        text-underline-offset: auto;
    44264434}
    44274435
    44284436.entry .entry-content a.button, .entry .entry-content a:hover {
     
    49004908
    49014909.comment .comment-content a {
    49024910  text-decoration: underline;
     4911  text-decoration-thickness: 2px;
     4912        text-underline-offset: auto;
    49034913}
    49044914
    49054915.comment .comment-content a:hover {
     
    52255235
    52265236.widget_calendar .calendar_wrap a {
    52275237  text-decoration: underline;
     5238  text-decoration-thickness: 2px;
     5239        text-underline-offset: auto;
    52285240}
    52295241
    52305242.widget_calendar .calendar_wrap .wp-calendar-table {
  • wp-content/themes/twentynineteen/style.css

     
    24712471
    24722472a:focus {
    24732473  text-decoration: underline;
     2474  text-decoration-thickness: 2px;
     2475        text-underline-offset: auto;
    24742476}
    24752477
    24762478/* Elements */
     
    25122514  outline: thin;
    25132515  outline-style: dotted;
    25142516  text-decoration: underline;
     2517  text-decoration-thickness: 2px;
     2518        text-underline-offset: auto;
    25152519}
    25162520
    25172521h1,
     
    27602764a:focus {
    27612765  outline: thin dotted;
    27622766  text-decoration: underline;
     2767  text-decoration-thickness: 2px;
     2768        text-underline-offset: auto;
    27632769}
    27642770
    27652771/*--------------------------------------------------------------
     
    44294435
    44304436.entry .entry-content a {
    44314437  text-decoration: underline;
     4438  text-decoration-thickness: 2px;
     4439        text-underline-offset: auto;
    44324440}
    44334441
    44344442.entry .entry-content a.button, .entry .entry-content a:hover {
     
    49064914
    49074915.comment .comment-content a {
    49084916  text-decoration: underline;
     4917  text-decoration-thickness: 2px;
     4918        text-underline-offset: auto;
    49094919}
    49104920
    49114921.comment .comment-content a:hover {
     
    52315241
    52325242.widget_calendar .calendar_wrap a {
    52335243  text-decoration: underline;
     5244  text-decoration-thickness: 2px;
     5245        text-underline-offset: auto;
    52345246}
    52355247
    52365248.widget_calendar .calendar_wrap .wp-calendar-table {