diff --git src/wp-content/themes/twentynineteen/sass/elements/_elements.scss src/wp-content/themes/twentynineteen/sass/elements/_elements.scss
index b1fad05838..aa0278d619 100644
|
|
|
a:focus { |
| 40 | 40 | outline: thin; |
| 41 | 41 | outline-style: dotted; |
| 42 | 42 | text-decoration: underline; |
| | 43 | text-decoration-skip-ink: auto; |
| | 44 | text-decoration-thickness: 2px; |
| 43 | 45 | } |
| 44 | 46 | |
| 45 | 47 | h1, |
diff --git src/wp-content/themes/twentynineteen/sass/navigation/_links.scss src/wp-content/themes/twentynineteen/sass/navigation/_links.scss
index cbee4579d6..96a06988a5 100644
|
|
|
a { |
| 17 | 17 | &:focus { |
| 18 | 18 | outline: thin dotted; |
| 19 | 19 | text-decoration: underline; |
| | 20 | text-decoration-skip-ink: auto; |
| | 21 | text-decoration-thickness: 2px; |
| 20 | 22 | } |
| 21 | 23 | } |
diff --git src/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss src/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss
index ec9fb12b90..7eaa9f214d 100644
|
|
|
|
| 318 | 318 | |
| 319 | 319 | a { |
| 320 | 320 | text-decoration: underline; |
| | 321 | text-decoration-skip-ink: auto; |
| | 322 | text-decoration-thickness: 2px; |
| 321 | 323 | |
| 322 | 324 | &:hover { |
| 323 | 325 | text-decoration: none; |
diff --git src/wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss src/wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss
index ce1c6f2909..5bfc4d8b4d 100644
|
|
|
|
| 212 | 212 | |
| 213 | 213 | a { |
| 214 | 214 | text-decoration: underline; |
| | 215 | text-decoration-skip-ink: auto; |
| | 216 | text-decoration-thickness: 2px; |
| 215 | 217 | |
| 216 | 218 | &.button, |
| 217 | 219 | &:hover { |
diff --git src/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss src/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss
index 9447d42888..87d5840c8f 100644
|
|
|
|
| 81 | 81 | |
| 82 | 82 | a { |
| 83 | 83 | text-decoration: underline; |
| | 84 | text-decoration-skip-ink: auto; |
| | 85 | text-decoration-thickness: 2px; |
| 84 | 86 | } |
| 85 | 87 | |
| 86 | 88 | .wp-calendar-table { |
diff --git src/wp-content/themes/twentynineteen/sass/typography/_copy.scss src/wp-content/themes/twentynineteen/sass/typography/_copy.scss
index bfbd0feb46..0a94a5cfc7 100644
|
|
|
a { |
| 58 | 58 | |
| 59 | 59 | &:focus { |
| 60 | 60 | text-decoration: underline; |
| | 61 | text-decoration-skip-ink: auto; |
| | 62 | text-decoration-thickness: 2px; |
| 61 | 63 | } |
| 62 | 64 | } |
diff --git src/wp-content/themes/twentynineteen/style-rtl.css src/wp-content/themes/twentynineteen/style-rtl.css
index 180c64c336..280fed8f4f 100644
|
|
|
a:hover { |
| 2470 | 2470 | |
| 2471 | 2471 | a:focus { |
| 2472 | 2472 | text-decoration: underline; |
| | 2473 | text-decoration-skip-ink: auto; |
| | 2474 | text-decoration-thickness: 20px; |
| 2473 | 2475 | } |
| 2474 | 2476 | |
| 2475 | 2477 | /* Elements */ |
| … |
… |
a:focus { |
| 2511 | 2513 | outline: thin; |
| 2512 | 2514 | outline-style: dotted; |
| 2513 | 2515 | text-decoration: underline; |
| | 2516 | text-decoration-skip-ink: auto; |
| | 2517 | text-decoration-thickness: 20px; |
| 2514 | 2518 | } |
| 2515 | 2519 | |
| 2516 | 2520 | h1, |
| … |
… |
a:active { |
| 2759 | 2763 | a:focus { |
| 2760 | 2764 | outline: thin dotted; |
| 2761 | 2765 | text-decoration: underline; |
| | 2766 | text-decoration-skip-ink: auto; |
| | 2767 | text-decoration-thickness: 20px; |
| 2762 | 2768 | } |
| 2763 | 2769 | |
| 2764 | 2770 | /*-------------------------------------------------------------- |
| … |
… |
body.page .main-navigation { |
| 4422 | 4428 | |
| 4423 | 4429 | .entry .entry-content a { |
| 4424 | 4430 | text-decoration: underline; |
| | 4431 | text-decoration-skip-ink: auto; |
| | 4432 | text-decoration-thickness: 20px; |
| 4425 | 4433 | } |
| 4426 | 4434 | |
| 4427 | 4435 | .entry .entry-content a.button, .entry .entry-content a:hover { |
| … |
… |
body.page .main-navigation { |
| 4894 | 4902 | |
| 4895 | 4903 | .comment .comment-content a { |
| 4896 | 4904 | text-decoration: underline; |
| | 4905 | text-decoration-skip-ink: auto; |
| | 4906 | text-decoration-thickness: 20px; |
| 4897 | 4907 | } |
| 4898 | 4908 | |
| 4899 | 4909 | .comment .comment-content a:hover { |
| … |
… |
body.page .main-navigation { |
| 5215 | 5225 | |
| 5216 | 5226 | .widget_calendar .calendar_wrap a { |
| 5217 | 5227 | text-decoration: underline; |
| | 5228 | text-decoration-skip-ink: auto; |
| | 5229 | text-decoration-thickness: 20px; |
| 5218 | 5230 | } |
| 5219 | 5231 | |
| 5220 | 5232 | .widget_calendar .calendar_wrap .wp-calendar-table { |
diff --git src/wp-content/themes/twentynineteen/style.css src/wp-content/themes/twentynineteen/style.css
index 81193ed80d..614b75fd78 100644
|
|
|
a:hover { |
| 2470 | 2470 | |
| 2471 | 2471 | a:focus { |
| 2472 | 2472 | text-decoration: underline; |
| | 2473 | text-decoration-skip-ink: auto; |
| | 2474 | text-decoration-thickness: 2px; |
| 2473 | 2475 | } |
| 2474 | 2476 | |
| 2475 | 2477 | /* Elements */ |
| … |
… |
a:focus { |
| 2511 | 2513 | outline: thin; |
| 2512 | 2514 | outline-style: dotted; |
| 2513 | 2515 | text-decoration: underline; |
| | 2516 | text-decoration-skip-ink: auto; |
| | 2517 | text-decoration-thickness: 2px; |
| 2514 | 2518 | } |
| 2515 | 2519 | |
| 2516 | 2520 | h1, |
| … |
… |
a:active { |
| 2759 | 2763 | a:focus { |
| 2760 | 2764 | outline: thin dotted; |
| 2761 | 2765 | text-decoration: underline; |
| | 2766 | text-decoration-skip-ink: auto; |
| | 2767 | text-decoration-thickness: 2px; |
| 2762 | 2768 | } |
| 2763 | 2769 | |
| 2764 | 2770 | /*-------------------------------------------------------------- |
| … |
… |
body.page .main-navigation { |
| 4428 | 4434 | |
| 4429 | 4435 | .entry .entry-content a { |
| 4430 | 4436 | text-decoration: underline; |
| | 4437 | text-decoration-skip-ink: auto; |
| | 4438 | text-decoration-thickness: 2px; |
| 4431 | 4439 | } |
| 4432 | 4440 | |
| 4433 | 4441 | .entry .entry-content a.button, .entry .entry-content a:hover { |
| … |
… |
body.page .main-navigation { |
| 4900 | 4908 | |
| 4901 | 4909 | .comment .comment-content a { |
| 4902 | 4910 | text-decoration: underline; |
| | 4911 | text-decoration-skip-ink: auto; |
| | 4912 | text-decoration-thickness: 2px; |
| 4903 | 4913 | } |
| 4904 | 4914 | |
| 4905 | 4915 | .comment .comment-content a:hover { |
| … |
… |
body.page .main-navigation { |
| 5221 | 5231 | |
| 5222 | 5232 | .widget_calendar .calendar_wrap a { |
| 5223 | 5233 | text-decoration: underline; |
| | 5234 | text-decoration-skip-ink: auto; |
| | 5235 | text-decoration-thickness: 2px; |
| 5224 | 5236 | } |
| 5225 | 5237 | |
| 5226 | 5238 | .widget_calendar .calendar_wrap .wp-calendar-table { |