mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +03:00
Fixed title attributes on headings in editor toolbar
No ref
This commit is contained in:
parent
5407902577
commit
9b819698e8
@ -23,7 +23,7 @@
|
||||
<li class="ma0 lh-solid">
|
||||
<button
|
||||
type="button"
|
||||
title="Heading One"
|
||||
title="Heading 2"
|
||||
class="dib dim-lite link h9 w9 nudge-top--1"
|
||||
{{on "click" (fn this._toggleHeaderSection "h2")}}
|
||||
>
|
||||
@ -33,7 +33,7 @@
|
||||
<li class="ma0 lh-solid">
|
||||
<button
|
||||
type="button"
|
||||
title="Heading Two"
|
||||
title="Heading 3"
|
||||
class="dib dim-lite link h9 w9 nudge-top--1"
|
||||
{{on "click" (fn this._toggleHeaderSection "h3")}}
|
||||
data-test-button="toolbar-h3"
|
||||
|
Loading…
Reference in New Issue
Block a user