Merge "Allow tab stop at date and expand/collapse for comment"
This commit is contained in:
@@ -270,13 +270,13 @@ export const htmlTemplate = html`
|
|||||||
>
|
>
|
||||||
<iron-icon id="icon" icon="gr-icons:delete"></iron-icon>
|
<iron-icon id="icon" icon="gr-icons:delete"></iron-icon>
|
||||||
</gr-button>
|
</gr-button>
|
||||||
<span class="date" on-click="_handleAnchorClick">
|
<span class="date" tabindex="0" on-click="_handleAnchorClick">
|
||||||
<gr-date-formatter
|
<gr-date-formatter
|
||||||
has-tooltip=""
|
has-tooltip=""
|
||||||
date-str="[[comment.updated]]"
|
date-str="[[comment.updated]]"
|
||||||
></gr-date-formatter>
|
></gr-date-formatter>
|
||||||
</span>
|
</span>
|
||||||
<div class="show-hide">
|
<div class="show-hide" tabindex="0">
|
||||||
<label
|
<label
|
||||||
class="show-hide"
|
class="show-hide"
|
||||||
aria-label="[[_computeShowHideAriaLabel(collapsed)]]"
|
aria-label="[[_computeShowHideAriaLabel(collapsed)]]"
|
||||||
|
|||||||
Reference in New Issue
Block a user