File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
src/v2/scss/components/_forms Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 103103// Error
104104
105105.ui.input.error > input ,
106- .ui.input.error > textarea ,
107- .error .ui.option.radio :not (.disabled ) > .control__indicator ,
108- .error .ui.option.checkbox :not (.disabled ) > .control__indicator {
106+ .ui.input.error > textarea
107+ {
109108 background-color : $form-feedback-color ;
110109 border :$control-border-width solid $form-feedback-invalid-color ;
111110 & :hover {
Original file line number Diff line number Diff line change 129129 margin-bottom : 0 ;
130130 }
131131 }
132+ }
133+
134+ // Error
135+
136+ .grouped.error .ui.option.radio :not (.disabled ) > .control__indicator ::before ,
137+ .grouped.error .ui.option.checkbox :not (.disabled ) > .control__indicator ::before {
138+ border-color : $red ;
132139}
You can’t perform that action at this time.
0 commit comments