diff --git a/.gitignore b/.gitignore index c30a19820..be16d05be 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules vendor -.DS_Store \ No newline at end of file +.DS_Store +.vscode \ No newline at end of file diff --git a/src/OnboardingSPA/components/CheckboxTemplate/CheckboxListSkeleton/stylesheet.scss b/src/OnboardingSPA/components/CheckboxTemplate/CheckboxListSkeleton/stylesheet.scss index 031e25352..89de99623 100644 --- a/src/OnboardingSPA/components/CheckboxTemplate/CheckboxListSkeleton/stylesheet.scss +++ b/src/OnboardingSPA/components/CheckboxTemplate/CheckboxListSkeleton/stylesheet.scss @@ -9,6 +9,7 @@ $main-color-light: var(--nfd-onboarding-white); margin-top: 16px; background: $main-color-light; border: 0.5px solid $white-offset; + cursor: not-allowed; width: clamp(15rem, 25vw, 35rem); box-shadow: 0px 2px 8px 2px rgba(204, 204, 204, 0.175295); } diff --git a/src/OnboardingSPA/components/LivePreview/BlockPreview/stylesheet.scss b/src/OnboardingSPA/components/LivePreview/BlockPreview/stylesheet.scss index cbc048510..53c4e4712 100644 --- a/src/OnboardingSPA/components/LivePreview/BlockPreview/stylesheet.scss +++ b/src/OnboardingSPA/components/LivePreview/BlockPreview/stylesheet.scss @@ -28,6 +28,7 @@ $main-color-light-rgb: var(--nfd-onboarding-white-rgb); height: 100%; display: flex; position: absolute; + cursor: not-allowed; align-items: center; flex-direction: column; background-color: $main-color-grey; diff --git a/src/OnboardingSPA/components/LivePreview/SelectableCardWithInfo/index.js b/src/OnboardingSPA/components/LivePreview/SelectableCardWithInfo/index.js index 3c643483b..fa8e93aa0 100644 --- a/src/OnboardingSPA/components/LivePreview/SelectableCardWithInfo/index.js +++ b/src/OnboardingSPA/components/LivePreview/SelectableCardWithInfo/index.js @@ -27,10 +27,11 @@ const SelectableCardWithInfo = ( { }; return ( -