Skip to content

Commit

Permalink
Fix theme selector for RTL.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Sep 2, 2023
1 parent b871676 commit fb272d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/css/chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,6 @@ ul#searchresults span.teaser em {
.theme-selected::before {
display: inline-block;
content: "✓";
margin-left: -14px;
margin-inline-start: -14px;
width: 14px;
}

0 comments on commit fb272d1

Please sign in to comment.