diff --git a/src/editors/containers/ProblemEditor/components/EditProblemView/index.scss b/src/editors/containers/ProblemEditor/components/EditProblemView/index.scss index bd2699f85..500012974 100644 --- a/src/editors/containers/ProblemEditor/components/EditProblemView/index.scss +++ b/src/editors/containers/ProblemEditor/components/EditProblemView/index.scss @@ -7,13 +7,13 @@ // overrides paragon in order to make checked radio and checkboxes green $checked-color: '%230D7D4D'; -.pgn__form-radio-input { +.pgn__form-radio.pgn__form-control-valid input { &:checked { background-image: url("data:image/svg+xml,") } } -.pgn__form-checkbox-input { +.pgn__form-checkbox.pgn__form-control-valid input { &:checked { background-image: url("data:image/svg+xml,"); }