瀏覽代碼

HUE-4533 [core] Disable password reveal on IE

Enrico Berti 9 年之前
父節點
當前提交
6ae35be6e8
共有 1 個文件被更改,包括 3 次插入0 次删除
  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;
+}