Skip to content

Commit 9a51f9e

Browse files
committed
Login and Registration: Restore underline on links.
Increase recognizability of links on the login and registration screens by removing the `text-decoration:none` attribute. Move text decoration position to 'under' for better visibility and relationship with arrows. Props dcavins, khushdoms, audrasjb, khokansandar, sabernhardt, afercia, joedolson. Fixes #65075. git-svn-id: https://develop.svn.wordpress.org/trunk@62597 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 94f3236 commit 9a51f9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/css/login.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ a {
1919
transition-property: border, background, color;
2020
transition-duration: .05s;
2121
transition-timing-function: ease-in-out;
22+
text-underline-position: under;
2223
}
2324

2425
a {
@@ -326,7 +327,6 @@ p {
326327

327328
.login #nav a,
328329
.login #backtoblog a {
329-
text-decoration: none;
330330
color: #50575e;
331331
}
332332

0 commit comments

Comments
 (0)