0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core
John O'Nolan 97ce6f8a0c Multiple minor visual style fixes
- Lighter dropdown shadow
- Removed display:flex from .btn because safari can't handle it on <button> elements, where it will immediately set all text-alignment to "left" with no way to change. I haven't been able to find any regressions for this change so far. Can't remember why buttons were supposed to be flexbox anyway. Maybe for icon alignment within buttons, but I can't find any such examples within the app.
- Safari thinks that user-select: all; means a single click should SELECT ALL THE THINGS. Removed/replaced with user-select: text; which makes it behave like Chrome; click and drag to select.
- Increased hit area for "?" button
- Removed :active style for post-edit button on content management screen, adjusted position
- Increased contrast on tag description, tag count, and view blog links

See #5652
2015-08-12 10:29:40 +02:00
..
client Multiple minor visual style fixes 2015-08-12 10:29:40 +02:00
server Merge pull request #5651 from ErisDS/msg-change 2015-08-12 06:10:43 +02:00
shared First pass at user onboarding screens 2015-05-25 17:43:12 +01:00
test Merge pull request #5646 from ErisDS/issue-5150-nextprev 2015-08-11 15:46:23 +02:00
index.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00