From fb272d1afa7761a3b9c7da34cb861f030294ac06 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sat, 2 Sep 2023 16:43:21 -0700 Subject: [PATCH] Fix theme selector for RTL. --- src/theme/css/chrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/css/chrome.css b/src/theme/css/chrome.css index b5b7d480..2314f7a1 100644 --- a/src/theme/css/chrome.css +++ b/src/theme/css/chrome.css @@ -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; }