diff --git a/style/article-2022.css b/style/article-2022.css index 5fc0e9cb..2464641b 100644 --- a/style/article-2022.css +++ b/style/article-2022.css @@ -1753,6 +1753,10 @@ h2:hover > a.selflink, h3 > a.selflink, h4 > a.selflink, h5 > a.selflink, h6 > a width: 2em; display: block; } +h2:hover:dir(rtl) > a.selflink, h3 > a.selflink, h4 > a.selflink, h5 > a.selflink, h6 > a.selflink { + left: unset; + right: -1.6em; + } /* END SELF LINKS */