Skip to content

Commit

Permalink
fix: restore missing RTL pseudo element style (#3689) (#3693)
Browse files Browse the repository at this point in the history
Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
  • Loading branch information
vaadin-bot and web-padawan committed Apr 19, 2022
1 parent a449170 commit 55365e9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ registerStyles(
}
/* RTL specific styles */
:host([dir='rtl'])::after {
transform-origin: 0% 0;
}
:host([theme~='align-left'][dir='rtl']) ::slotted(:not([slot$='fix'])) {
--_lumo-text-field-overflow-mask-image: none;
}
Expand Down

0 comments on commit 55365e9

Please sign in to comment.