2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-04 08:47:37 +08:00

Merge pull request #5575 from featheredtoast/tab-index-composer-actions

tab index composer actions
This commit is contained in:
Guo Xiang Tan 2018-02-22 15:16:41 +08:00 committed by GitHub
commit 862e83287e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -5,7 +5,8 @@
composerModel=model
options=model.replyOptions
canWhisper=canWhisper
action=model.action}}
action=model.action
tabindex=tabindex}}
{{/if}}
<span class="action-title">

View file

@ -16,7 +16,7 @@
{{plugin-outlet name="composer-open" args=(hash model=model)}}
<div class='reply-to'>
<div class="reply-details">
{{composer-action-title model=model canWhisper=canWhisper}}
{{composer-action-title model=model canWhisper=canWhisper tabindex=8}}
{{#unless site.mobileView}}
{{#if whisperOrUnlistTopicText}}

View file

@ -14,7 +14,7 @@
margin: 0!important;
}
&:hover {
&:hover, &:focus {
background: $primary-low;
}
}