File tree Expand file tree Collapse file tree 1 file changed +5
-21
lines changed Expand file tree Collapse file tree 1 file changed +5
-21
lines changed Original file line number Diff line number Diff line change 60
60
See `Polymer.PaperInputContainer` for a list of custom properties used to
61
61
style this element.
62
62
63
+ The following custom properties and mixins are available for styling:
64
+ Custom property | Description | Default
65
+ ----------------|-------------|----------
66
+ `--paper-input-container-ms-clear` | Mixin applied to the Internet Explorer reveal button (the eyeball) | {}
67
+
63
68
@group Paper Elements
64
69
@element paper-input
65
70
@hero hero.svg
66
71
@demo demo/index.html
67
72
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
-
89
73
-->
90
74
91
75
< dom-module id ="paper-input ">
You can’t perform that action at this time.
0 commit comments