File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 66
66
"test:ci" : " jest --watchAll=false --ci --json --coverage --testLocationInResults --outputFile=report.json" ,
67
67
"jest" : " jest" ,
68
68
"lint-staged" : " lint-staged" ,
69
- "storybook" : " IS_STORYBOOK=true storybook dev -p 6006" ,
69
+ "storybook" : " IS_STORYBOOK=true GENERATE_SOURCEMAP=true storybook dev -p 6006" ,
70
70
"build-storybook" : " IS_STORYBOOK=true storybook build" ,
71
71
"postinstall" : " patch-package"
72
72
},
Original file line number Diff line number Diff line change @@ -291,14 +291,6 @@ p.sentence-case:first-letter {
291
291
}
292
292
}
293
293
294
- .form__checkbox-parent {
295
- & --active , & :hover {
296
- .form__checkbox-container {
297
- background-image : url (' ../assets/icons/ic-checkbox-hover.svg' );
298
- }
299
- }
300
- }
301
-
302
294
.form__checkbox :checked [value = ' INTERMEDIATE' ] ~ .form__checkbox-container {
303
295
background-image : url (' ../assets/icons/ic-checkbox-intermediate.svg' );
304
296
}
You can’t perform that action at this time.
0 commit comments