LTR text in a RTL profile: prepare css #1835
This commit is contained in:
parent
c6f1ab7074
commit
9860f9e121
1 changed files with 8 additions and 0 deletions
|
@ -127,6 +127,14 @@ strong {
|
|||
position: absolute !important;
|
||||
}
|
||||
|
||||
[data-dir="ltr"] {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
[data-dir="rtl"] {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
a {
|
||||
outline: none !important;
|
||||
@extend .u-highlight;
|
||||
|
|
Loading…
Reference in a new issue