mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-14 18:52:05 +03:00
97ce6f8a0c
- 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 |
||
---|---|---|
.. | ||
badges.css | ||
dropdowns.css | ||
modals.css | ||
notifications.css | ||
pagination.css | ||
popovers.css | ||
settings-menu.css | ||
splitbuttons.css | ||
uploader.css |