Skip to content

Commit ecc7fa4

Browse files
Ensure "Log out" link can show focus state. Fixes 1162890
1 parent 0a9ed6d commit ecc7fa4

File tree

1 file changed

+4
-0
lines changed
  • src/Identity/UI/src/wwwroot/V4/css

1 file changed

+4
-0
lines changed

src/Identity/UI/src/wwwroot/V4/css/site.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ a {
2424
border-color: #1861ac;
2525
}
2626

27+
.btn-link.nav-link:focus {
28+
outline: black auto 1px;
29+
}
30+
2731
/* Sticky footer styles
2832
-------------------------------------------------- */
2933
html {

0 commit comments

Comments
 (0)