mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 02:11:44 +03:00
355bf18c7c
refs https://github.com/TryGhost/Ghost/issues/9311 - makes the HR card behave like the other cards wrt hover and selection visibility
11 lines
208 B
Handlebars
11 lines
208 B
Handlebars
{{#koenig-card
|
|
class="kg-card-hover"
|
|
isSelected=isSelected
|
|
isEditing=isEditing
|
|
selectCard=(action selectCard)
|
|
editCard=(action editCard)
|
|
hasEditMode=false
|
|
}}
|
|
<hr>
|
|
{{/koenig-card}}
|