Skip to content

Commit fb272d1

Browse files
committed
Fix theme selector for RTL.
1 parent b871676 commit fb272d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/css/chrome.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,6 @@ ul#searchresults span.teaser em {
582582
.theme-selected::before {
583583
display: inline-block;
584584
content: "✓";
585-
margin-left: -14px;
585+
margin-inline-start: -14px;
586586
width: 14px;
587587
}

0 commit comments

Comments
 (0)