File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 64
64
@element paper-input
65
65
@hero hero.svg
66
66
@demo demo/index.html
67
+
68
+ ### mixins
69
+
70
+ --paper-input-container-ms-clear | Mixin applied to the Internet Explorer reveal button -aka the eyeball | {}
71
+
72
+ To hide the default ms clear icon and provide your own
73
+
74
+ paper-input{
75
+ --paper-input-container-ms-clear: {
76
+ display: none;
77
+ };
78
+ }
79
+
80
+ To hide the default ms reveal icon and provide your own
81
+
82
+ --paper-input-container-ms-reveal | Mixin applied to the Internet Explorer reveal button -aka the eyeball | {}
83
+ paper-input{
84
+ --paper-input-container-ms-reveal: {
85
+ display: none;
86
+ }
87
+ }
88
+
67
89
-->
68
90
69
91
< dom-module id ="paper-input ">
128
150
@apply --paper-input-container-ms-clear;
129
151
}
130
152
153
+ input ::-ms-reveal {
154
+ @apply --paper-input-container-ms-reveal;
155
+ }
156
+
131
157
input : -ms-input-placeholder {
132
158
color : var (--paper-input-container-color , var (--secondary-text-color ));
133
159
}
You can’t perform that action at this time.
0 commit comments