Skip to content

Commit

Permalink
[4.0] Remove RTL specific css
Browse files Browse the repository at this point in the history
With this PR we remove the need for an RTL specific class

It's my belief that with the correct css we can avoid a lot of RTL overrides
  • Loading branch information
brianteeman committed Jan 23, 2021
1 parent f69cee4 commit 5a59804
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@

joomla-toolbar-button {
border: 0;

[dir=rtl] & {
text-align: right;
}
text-align: start;
}
}

Expand Down

0 comments on commit 5a59804

Please sign in to comment.