From a665ca5923be56d7abe329adad5475bebaba157b Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Tue, 17 Nov 2020 09:56:21 +0100 Subject: [PATCH] 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 --- ghost/portal/src/components/common/PlansSection.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost/portal/src/components/common/PlansSection.js b/ghost/portal/src/components/common/PlansSection.js index 854576ca90..14b32e403a 100644 --- a/ghost/portal/src/components/common/PlansSection.js +++ b/ghost/portal/src/components/common/PlansSection.js @@ -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 {