mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: You should be able to tab to the "This is a warning" checkbox
This commit is contained in:
@@ -48,7 +48,7 @@ so I'm going to stop rendering it until we figure out what's up
|
||||
{{#if showWarning}}
|
||||
<div class='add-warning'>
|
||||
<label>
|
||||
{{input type="checkbox" checked=model.isWarning}}
|
||||
{{input type="checkbox" checked=model.isWarning tabindex="3"}}
|
||||
{{i18n "composer.add_warning"}}
|
||||
</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user