Ticket #45925: 45925.patch
| File 45925.patch, 5.5 KB (added by , 3 years ago) |
|---|
-
wp-content/themes/twentynineteen/sass/elements/_elements.scss
40 40 outline: thin; 41 41 outline-style: dotted; 42 42 text-decoration: underline; 43 text-decoration-thickness: 2px; 44 text-underline-offset: auto; 43 45 } 44 46 45 47 h1, -
wp-content/themes/twentynineteen/sass/navigation/_links.scss
17 17 &:focus { 18 18 outline: thin dotted; 19 19 text-decoration: underline; 20 text-decoration-thickness: 2px; 21 text-underline-offset:auto; 20 22 } 21 23 } -
wp-content/themes/twentynineteen/sass/site/primary/_comments.scss
323 323 324 324 a { 325 325 text-decoration: underline; 326 text-decoration-thickness: 2px; 327 text-underline-offset: auto; 326 328 327 329 &:hover { 328 330 text-decoration: none; -
wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss
212 212 213 213 a { 214 214 text-decoration: underline; 215 text-decoration-thickness: 2px; 216 text-underline-offset: auto; 215 217 216 218 &.button, 217 219 &:hover { -
wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss
81 81 82 82 a { 83 83 text-decoration: underline; 84 text-decoration-thickness: 2px; 85 text-underline-offset: auto; 84 86 } 85 87 86 88 .wp-calendar-table { -
wp-content/themes/twentynineteen/sass/typography/_copy.scss
58 58 59 59 &:focus { 60 60 text-decoration: underline; 61 text-decoration-thickness: 2px; 62 text-underline-offset: auto; 61 63 } 62 64 } -
wp-content/themes/twentynineteen/style-rtl.css
2471 2471 2472 2472 a:focus { 2473 2473 text-decoration: underline; 2474 text-decoration-thickness: 2px; 2475 text-underline-offset: auto; 2474 2476 } 2475 2477 2476 2478 /* Elements */ … … 2512 2514 outline: thin; 2513 2515 outline-style: dotted; 2514 2516 text-decoration: underline; 2517 text-decoration-thickness: 2px; 2518 text-underline-offset: auto; 2515 2519 } 2516 2520 2517 2521 h1, … … 2760 2764 a:focus { 2761 2765 outline: thin dotted; 2762 2766 text-decoration: underline; 2767 text-decoration-thickness: 2px; 2768 text-underline-offset: auto; 2763 2769 } 2764 2770 2765 2771 /*-------------------------------------------------------------- … … 4423 4429 4424 4430 .entry .entry-content a { 4425 4431 text-decoration: underline; 4432 text-decoration-thickness: 2px; 4433 text-underline-offset: auto; 4426 4434 } 4427 4435 4428 4436 .entry .entry-content a.button, .entry .entry-content a:hover { … … 4900 4908 4901 4909 .comment .comment-content a { 4902 4910 text-decoration: underline; 4911 text-decoration-thickness: 2px; 4912 text-underline-offset: auto; 4903 4913 } 4904 4914 4905 4915 .comment .comment-content a:hover { … … 5225 5235 5226 5236 .widget_calendar .calendar_wrap a { 5227 5237 text-decoration: underline; 5238 text-decoration-thickness: 2px; 5239 text-underline-offset: auto; 5228 5240 } 5229 5241 5230 5242 .widget_calendar .calendar_wrap .wp-calendar-table { -
wp-content/themes/twentynineteen/style.css
2471 2471 2472 2472 a:focus { 2473 2473 text-decoration: underline; 2474 text-decoration-thickness: 2px; 2475 text-underline-offset: auto; 2474 2476 } 2475 2477 2476 2478 /* Elements */ … … 2512 2514 outline: thin; 2513 2515 outline-style: dotted; 2514 2516 text-decoration: underline; 2517 text-decoration-thickness: 2px; 2518 text-underline-offset: auto; 2515 2519 } 2516 2520 2517 2521 h1, … … 2760 2764 a:focus { 2761 2765 outline: thin dotted; 2762 2766 text-decoration: underline; 2767 text-decoration-thickness: 2px; 2768 text-underline-offset: auto; 2763 2769 } 2764 2770 2765 2771 /*-------------------------------------------------------------- … … 4429 4435 4430 4436 .entry .entry-content a { 4431 4437 text-decoration: underline; 4438 text-decoration-thickness: 2px; 4439 text-underline-offset: auto; 4432 4440 } 4433 4441 4434 4442 .entry .entry-content a.button, .entry .entry-content a:hover { … … 4906 4914 4907 4915 .comment .comment-content a { 4908 4916 text-decoration: underline; 4917 text-decoration-thickness: 2px; 4918 text-underline-offset: auto; 4909 4919 } 4910 4920 4911 4921 .comment .comment-content a:hover { … … 5231 5241 5232 5242 .widget_calendar .calendar_wrap a { 5233 5243 text-decoration: underline; 5244 text-decoration-thickness: 2px; 5245 text-underline-offset: auto; 5234 5246 } 5235 5247 5236 5248 .widget_calendar .calendar_wrap .wp-calendar-table {