Quellcode durchsuchen

HUE-4533 [core] Disable password reveal on IE

Enrico Berti vor 9 Jahren
Ursprung
Commit
6ae35be6e8
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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;
+}