Skip to content

Commit b03fe85

Browse files
authored
fix mixin documentation
1 parent b4a350b commit b03fe85

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

paper-input.html

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -60,32 +60,16 @@
6060
See `Polymer.PaperInputContainer` for a list of custom properties used to
6161
style this element.
6262
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+
6368
@group Paper Elements
6469
@element paper-input
6570
@hero hero.svg
6671
@demo demo/index.html
6772
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-
8973
-->
9074

9175
<dom-module id="paper-input">

0 commit comments

Comments
 (0)