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;
|
position: absolute !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-dir="ltr"] {
|
||||||
|
direction: ltr;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-dir="rtl"] {
|
||||||
|
direction: rtl;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
@extend .u-highlight;
|
@extend .u-highlight;
|
||||||
|
|
Loading…
Reference in a new issue