Skip to content

Commit

Permalink
fix: restore missing RTL pseudo element style (#3689)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored and vursen committed Apr 19, 2022
1 parent a449170 commit 747e9c5
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 747e9c5

Please sign in to comment.