Sfoglia il codice sorgente

HUE-4533 [core] Disable password reveal on IE

Enrico Berti 9 anni fa
parent
commit
6ae35be6e8
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      desktop/core/src/desktop/static/desktop/css/hue3.css

+ 3 - 0
desktop/core/src/desktop/static/desktop/css/hue3.css

@@ -2795,3 +2795,6 @@ body {
     display: inline;
 }
 
+input[type='password']::-ms-reveal {
+  display: none;
+}