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:
parent
32d4949e1d
commit
a665ca5923
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue