Skip to content

Commit 0ee68c6

Browse files
committed
revert: remove form__checkbox-parent class
1 parent b13796b commit 0ee68c6

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"test:ci": "jest --watchAll=false --ci --json --coverage --testLocationInResults --outputFile=report.json",
6767
"jest": "jest",
6868
"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",
7070
"build-storybook": "IS_STORYBOOK=true storybook build",
7171
"postinstall": "patch-package"
7272
},

src/css/forms.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -291,14 +291,6 @@ p.sentence-case:first-letter {
291291
}
292292
}
293293

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-
302294
.form__checkbox:checked[value='INTERMEDIATE'] ~ .form__checkbox-container {
303295
background-image: url('../assets/icons/ic-checkbox-intermediate.svg');
304296
}

0 commit comments

Comments
 (0)