Fix theme selector for RTL.
This commit is contained in:
parent
b871676def
commit
fb272d1afa
|
@ -582,6 +582,6 @@ ul#searchresults span.teaser em {
|
||||||
.theme-selected::before {
|
.theme-selected::before {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
content: "✓";
|
content: "✓";
|
||||||
margin-left: -14px;
|
margin-inline-start: -14px;
|
||||||
width: 14px;
|
width: 14px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue