Skip to content

Commit 2d96931

Browse files
authored
Change background color of menu list items when focused (#310)
1 parent ee43cc9 commit 2d96931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/css/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ pre {
344344
margin-right: auto;
345345
}
346346

347-
.dropdown-menu li a:hover {
347+
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
348348
background-color: #c34113;
349349
}
350350

0 commit comments

Comments
 (0)