Skip to content

Commit 9d7ca93

Browse files
committed
fix errors options
1 parent fcce3ea commit 9d7ca93

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

src/v2/scss/components/_forms/_inputs.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,8 @@
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 {

src/v2/scss/components/_forms/_options.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,11 @@
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
}

0 commit comments

Comments
 (0)