0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/client/assets/sass/layouts
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
..
about.scss Cleanup layout Sass 2014-12-01 16:06:53 +00:00
auth.scss Cleanup layout Sass 2014-12-01 16:06:53 +00:00
content.scss Update user image styles 2015-01-29 11:34:14 +00:00
default.scss Revert "Allow notifications to sit over the nav bar" 2014-12-04 15:12:38 +00:00
editor.scss Merge pull request #4647 from PaulAdamDavis/modal-css-ani 2014-12-18 17:49:41 +02:00
error.scss Cleanup layout Sass 2014-12-01 16:06:53 +00:00
settings.scss Remove button wrapping blog logo image 2015-03-02 14:53:03 +00:00
setup.scss Cleanup layout Sass 2014-12-01 16:06:53 +00:00
tags.scss Cleanup layout Sass 2014-12-01 16:06:53 +00:00
user.scss Cleanup layout Sass 2014-12-01 16:06:53 +00:00
users.scss Update user image styles 2015-01-29 11:34:14 +00:00