Make add line comment
buttons focusable (#25894)
Use a real button and add an aria-label. Additionally, show the button whenever it is focused. See https://codeberg.org/forgejo/forgejo/issues/998 for explanation. Our handling of this button is now equal to that of GitHub. Nothing has changed visually.
This commit is contained in:
parent
9672085d94
commit
d473de0c2d
4 changed files with 15 additions and 10 deletions
|
@ -2375,6 +2375,7 @@ diff.show_more = Show More
|
|||
diff.load = Load Diff
|
||||
diff.generated = generated
|
||||
diff.vendored = vendored
|
||||
diff.comment.add_line_comment = Add line comment
|
||||
diff.comment.placeholder = Leave a comment
|
||||
diff.comment.markdown_info = Styling with markdown is supported.
|
||||
diff.comment.add_single_comment = Add single comment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue