ionic2 supprimer le bleu couleur de la ligne d'entrée md

Comment puis-je supprimer la valeur par défaut de la ligne au-dessous de la saisie de texte md.

J'ai déjà essayé toutes ces ci-dessous, mais le "par défaut" style conserve cette ligne.

ionic2 supprimer le bleu couleur de la ligne d'entrée md

$text-input-md-highlight-color: "transparent";
$text-input-md-highlight-color-invalid : "transparent";
$text-input-md-highlight-color-valid : "transparent";
$text-input-md-background-color : "transparent";
$text-input-md-show-focus-highlight : "transparent";
$text-input-md-show-invalid-highlight: "transparent";
$text-input-md-show-valid-highlight : "transparent";
$text-input-md-show-success-highlight:      false;
$text-input-md-show-error-highlight:        false;
//Input highlight - normal
$text-input-md-highlight-color:             "transparent";

//Input highlight - valid
$text-input-md-hightlight-color-valid:      "transparent";

//Input highlight - invalid
$text-input-md-hightlight-color-invalid:    "transparent";
essayez de l'inspection de l'élément sur chrome dev tools, peut-être qu'il semble .élément-md .l'élément interne ou quelque chose comme ça
C'était mon occupation de ce matin 😉 - Pas de chance, mais fixé maintenant

OriginalL'auteur Isabelle | 2017-02-15