Browse Source

HUE-6077 [frontend] Hide IE reveal password icon

Enrico Berti 8 years ago
parent
commit
21777ae

File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


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

@@ -1402,10 +1402,6 @@ body {
   text-overflow: ellipsis;
 }
 
-input[type='password']::-ms-reveal {
-  display: none;
-}
-
 .ui-resizable {
   position: relative;
 }

File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/login.css


+ 4 - 0
desktop/core/src/desktop/static/desktop/less/hue-cross-version.less

@@ -35,6 +35,10 @@
 @import "components/hue-breadcrumbs.less";
 @import "hue-helpers.less";
 
+input[type='password']::-ms-reveal {
+  display: none;
+}
+
 .app-header {
   font-size: 20px;
   padding-top: 13px;

+ 4 - 0
desktop/core/src/desktop/static/desktop/less/login.less

@@ -136,6 +136,10 @@
   color: #CCD1D9 !important;
 }
 
+input[type='password']::-ms-reveal {
+  display: none;
+}
+
 .tooltip {
   z-index: 10000;
 }

Some files were not shown because too many files changed in this diff