0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Added user select style to plan container

no refs.
- added user-select: none to plan containers to make it feel more like UI and less web content
This commit is contained in:
Peter Zimon 2020-11-17 09:56:21 +01:00
parent 32d4949e1d
commit a665ca5923

View file

@ -20,6 +20,7 @@ export const PlanSectionStyles = `
border-right: 1px solid var(--grey10);
padding: 16px 10px;
cursor: pointer;
user-select: none;
}
.gh-portal-plans-container.disabled .gh-portal-plan-section {