0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/client/assets/sass
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
..
components Add error class styles for inputs 2015-02-18 11:34:52 +00:00
layouts Remove button wrapping blog logo image 2015-03-02 14:53:03 +00:00
modules Update user image styles 2015-01-29 11:34:14 +00:00
patterns Add error class styles for inputs 2015-02-18 11:34:52 +00:00
vendor Strip footnotes from excerpts 2014-12-04 15:28:30 +00:00
screen.scss Add a URL preview componant 2014-12-19 23:48:21 +00:00