Skip to content

Commit 8c1b39f

Browse files
committed
and remove host-context as per dan
1 parent 4d8a501 commit 8c1b39f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

paper-input-char-counter.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
display: none !important;
4646
}
4747

48-
:host(:dir(rtl)),
49-
:host-context([dir="rtl"]) {
48+
:host(:dir(rtl)) {
5049
float: left;
5150
}
5251
</style>

paper-input-container.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,7 @@
259259
}
260260

261261
:host(:dir(rtl)) .input-content.label-is-floating ::slotted(label),
262-
:host(:dir(rtl)) .input-content.label-is-floating ::slotted(.paper-input-label),
263-
:host-context([dir="rtl"]) .input-content.label-is-floating ::slotted(label),
264-
: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) {
265263
right: 0;
266264
left: auto;
267265
-webkit-transform-origin: right top;

0 commit comments

Comments
 (0)