Make <summary> easier to click on Firefox Mobile
Add role=button to mark the element as a touch target. Closes: https://todo.sr.ht/~emersion/gamja/80
This commit is contained in:
@@ -76,7 +76,7 @@ export default class NetworkForm extends Component {
|
||||
<br/><br/>
|
||||
|
||||
<details>
|
||||
<summary>Advanced options</summary>
|
||||
<summary role="button">Advanced options</summary>
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user