0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core
Paul Adam Davis 4cb7cfff09 Remove button wrapping blog logo image
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.
2015-03-02 14:53:03 +00:00
..
client Remove button wrapping blog logo image 2015-03-02 14:53:03 +00:00
server Merge pull request #4968 from ErisDS/published-by-fix 2015-02-28 09:59:57 -07:00
shared Merge pull request #4925 from dbalders/Script_AutoLink 2015-02-17 20:01:14 +00:00
test Check ids match on edit 2015-02-28 16:25:37 +00:00
index.js