0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/apps
Jono M 3680c16362
Fixed AdminX CSS scoping to prevent overriding old admin styles (#18523)
refs https://github.com/TryGhost/Product/issues/3832

Tailwind raises errors if you try to use `important:
'.admin-x-settings'` and have custom styles for `.admin-x-settings`,
hence adding a new base class. We should sort these out when we extract
the design system.

---

<!-- Leave the line below if you'd like GitHub Copilot to generate a
summary from your commit -->
<!--
copilot:summary
-->
### <samp>🤖 Generated by Copilot at 1ddddf1</samp>

Scoped base and theme styles to the `admin-x-settings` app by adding a
class to the app root element and updating the `index.css` file. This
improves the app's isolation and reduces code duplication.
2023-10-06 13:02:21 +01:00
..
admin-x-settings Fixed AdminX CSS scoping to prevent overriding old admin styles (#18523) 2023-10-06 13:02:21 +01:00
announcement-bar Update dependency vite to v4.4.11 2023-10-06 07:55:29 +02:00
comments-ui Update dependency vite to v4.4.11 2023-10-06 07:55:29 +02:00
portal Reverted "Update sentry-javascript monorepo to v7.73.0" 2023-10-06 13:46:17 +02:00
signup-form Update dependency vite to v4.4.11 2023-10-06 07:55:29 +02:00
sodo-search Update dependency vite to v4.4.11 2023-10-06 07:55:29 +02:00