Skip to content

Commit 825fbac

Browse files
committed
Update link hover colors to match current design system
1 parent f6d5a85 commit 825fbac

1 file changed

Lines changed: 2 additions & 20 deletions

File tree

src/wp-admin/css/login.css

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ a {
2626
}
2727

2828
a:hover,
29-
a:active {
29+
a:active,
30+
a:focus {
3031
color: var(--wp-admin-theme-color-darker-20);
3132
}
3233

3334
a:focus {
34-
color: #043959;
3535
box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color, #3858e9);
3636
/* Only visible in Windows High Contrast mode */
3737
outline: 2px solid transparent;
@@ -324,24 +324,6 @@ p {
324324
word-wrap: break-word;
325325
}
326326

327-
.login #nav a,
328-
.login #backtoblog a {
329-
text-decoration: none;
330-
color: #50575e;
331-
}
332-
333-
.login #nav a:hover,
334-
.login #backtoblog a:hover,
335-
.login h1 a:hover {
336-
color: #135e96;
337-
}
338-
339-
.login #nav a:focus,
340-
.login #backtoblog a:focus,
341-
.login h1 a:focus {
342-
color: #043959;
343-
}
344-
345327
.login .privacy-policy-page-link {
346328
text-align: center;
347329
width: 100%;

0 commit comments

Comments
 (0)