Skip to content

Commit

Permalink
🐛 fix(input): fieldset error/valid [DS-3641] (#827)
Browse files Browse the repository at this point in the history
- correction de la couleur de la bordure des champs en fieldset-error/valid
  • Loading branch information
keryanS committed Nov 20, 2023
1 parent 5b6e403 commit 6a1a625
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/component/input/input-base/style/_scheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@
}
}

#{ns(fieldset--valid)},
@at-root #{ns(fieldset--valid)},
&-group--valid {
#{ns(input)},
#{ns(input)},
#{ns(input-wrap--addon)} > #{ns(input)}:not(:last-child) {
@include color.box-shadow(plain success, (legacy:$legacy), bottom-2-in);
}
}

#{ns(fieldset--error)},
@at-root #{ns(fieldset--error)},
&-group--error {
#{ns(input)},
#{ns(input)},
#{ns(input-wrap--addon)} > #{ns(input)}:not(:last-child) {
@include color.box-shadow(plain error, (legacy:$legacy), bottom-2-in);
}
Expand Down

0 comments on commit 6a1a625

Please sign in to comment.