forked from CringeStudios/gamja
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:
parent
41c113be9a
commit
6b75985f96
@ -121,7 +121,7 @@ export default class ConnectForm extends Component {
|
||||
<br/><br/>
|
||||
|
||||
<details>
|
||||
<summary>Advanced options</summary>
|
||||
<summary role="button">Advanced options</summary>
|
||||
|
||||
<br/>
|
||||
|
||||
|
@ -76,7 +76,7 @@ export default class NetworkForm extends Component {
|
||||
<br/><br/>
|
||||
|
||||
<details>
|
||||
<summary>Advanced options</summary>
|
||||
<summary role="button">Advanced options</summary>
|
||||
|
||||
<br/>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user