mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-16 04:08:34 +03:00
4cb7cfff09
Closes #4959 An SVG (without width & height attributes) inside a button won't display as it should. There seems to be no fix other than apply a minimum width & height. That doesn't feel right, so I've opted for this. - Remove the `<button>` wrapping `<img>` elements - Add `cursor: pointer;` to those images (now they don't get one, not being inside a `<button>` - Remove the `#blog-logo/cover` IDs and `for` attributes. They only apply focus on text inputs anyway. |
||
---|---|---|
.. | ||
components | ||
editor | ||
modals | ||
posts | ||
settings | ||
-import-errors.hbs | ||
-navbar.hbs | ||
-publish-bar.hbs | ||
-user-actions-menu.hbs | ||
application.hbs | ||
editor-save-button.hbs | ||
error.hbs | ||
forgotten.hbs | ||
post-settings-menu.hbs | ||
post-tags-input.hbs | ||
posts.hbs | ||
reset.hbs | ||
settings.hbs | ||
setup.hbs | ||
signin.hbs | ||
signup.hbs |