- 
                Notifications
    
You must be signed in to change notification settings  - Fork 164
 
Mettre un fond blanc sur les champs de texte textarea et input #6697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
| 
           Le fond blanc est bien forcé dans les champs d'écriture de réponses des forums et dans les champs d'entrée des informations de connexion. Ceci a été testé par vérification du css rendu dans Mozilla en localhost (je n'ai pas pu constater visuellement le problème spécifié par le ticket, même sans la modification de cette PR). Voici les instructions de QA détaillées que j'ai appliquées : Contrôle qualité
  | 
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Puisque je n'arrive pas à reproduire le problème initial, j'ai juste regardé si l'élément input du formulaire de connexion avait bien un background-color: $white (OK) et sur le textarea du formulaire pour ajouter un message à un sujet sur le forum (pas OK, cf mon commentaire).
| 
               | 
          ||
| textarea { | ||
| margin: $length-10 0 $length-10 -#{$length-1}; | ||
| background-color: transparent; | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On dirait qu'il faut en réalité garder cette ligne, sinon le textarea pour ajouter un message dans un sujet sur le forum a un fond un peu gris au lieu de blanc. Si je rajoute cette ligne, on obtient bien un fond bien blanc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Committé.
Notamment pour que l'ancien éditeur ait bien un fond blanc et non gris.
| 
           J'ai committé la ligne qu'il fallait conserver. Le problème se posait avec l'ancien éditeur qui avait un fond gris au lieu de blanc sans cette ligne.  | 
    
Forcer un fond blanc pour les champs textarea et input et supprimer la ligne qui applique un fond transparent aux champs de texte.
Fix #2805Contrôle qualité
Vérifier que dans le forum, après demande d'aperçu, ainsi que sur les inputs de connexion :
Alors, le texte doit rester noir sur fond blanc dans les champs de texte (textarea et input).