File tree 3 files changed +5
-7
lines changed
3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 45
45
display : none !important ;
46
46
}
47
47
48
- : host (: dir (rtl )),
49
- : host-context ([dir = "rtl" ]) {
48
+ : host (: dir (rtl )) {
50
49
float : left;
51
50
}
52
51
</ style >
Original file line number Diff line number Diff line change 121
121
: host {
122
122
dis play: block;
123
123
padding: 8px 0;
124
- overflow: hidden;
125
124
126
125
- - paper- input- container- shared- input- style: {
127
126
position: relative; /* to make a stacking context */
230
229
.input-content ::slotted (.paper-input-label ) {
231
230
position : absolute;
232
231
top : 0 ;
233
- right : 0 ;
234
232
left : 0 ;
235
233
width : 100% ;
236
234
font : inherit;
261
259
}
262
260
263
261
: host (: dir (rtl )) .input-content .label-is-floating ::slotted (label ),
264
- : host (: dir (rtl )) .input-content .label-is-floating ::slotted (.paper-input-label ),
265
- : host-context ([ dir = "rtl" ]) . input-content . label-is-floating :: slotted ( label ) ,
266
- : host-context ([ dir = "rtl" ]) . input-content . label-is-floating :: slotted (. paper-input-label ) {
262
+ : host (: dir (rtl )) .input-content .label-is-floating ::slotted (.paper-input-label ) {
263
+ right : 0 ;
264
+ left : auto;
267
265
-webkit-transform-origin : right top;
268
266
transform-origin : right top;
269
267
}
Original file line number Diff line number Diff line change 61
61
style this element.
62
62
63
63
The following custom properties and mixins are available for styling:
64
+
64
65
Custom property | Description | Default
65
66
----------------|-------------|----------
66
67
`--paper-input-container-ms-clear` | Mixin applied to the Internet Explorer reveal button (the eyeball) | {}
You can’t perform that action at this time.
0 commit comments