mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 13:18:33 +08:00
tab index composer actions
add styling for :focus
This commit is contained in:
parent
e17e6d2880
commit
8e49033ed1
|
@ -5,7 +5,8 @@
|
|||
composerModel=model
|
||||
options=model.replyOptions
|
||||
canWhisper=canWhisper
|
||||
action=model.action}}
|
||||
action=model.action
|
||||
tabindex=tabindex}}
|
||||
{{/if}}
|
||||
|
||||
<span class="action-title">
|
||||
|
|
|
@ -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}}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
margin: 0!important;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&:hover, &:focus {
|
||||
background: $primary-low;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user