Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider ccbdf689 rédigé par Eugen Rochko's avatar Eugen Rochko Validation de GitHub
Parcourir les fichiers

Fix form validation flash message color and input borders (#9235)

* Fix form validation flash message color and input borders

* Fix typo
parent 7f4adfaf
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -330,9 +330,12 @@ code { ...@@ -330,9 +330,12 @@ code {
} }
input[type=text], input[type=text],
input[type=number],
input[type=email], input[type=email],
input[type=password] { input[type=password],
border-bottom-color: $valid-value-color; textarea,
select {
border-color: lighten($error-red, 12%);
} }
.error { .error {
......
- if object.errors.any? - if object.errors.any?
.flash-message#error_explanation .flash-message.alert#error_explanation
%strong= t('generic.validation_errors', count: object.errors.count) %strong= t('generic.validation_errors', count: object.errors.count)
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter