There was an error while loading. Please reload this page.
1 parent a89775c commit 7ac1bc2Copy full SHA for 7ac1bc2
1 file changed
python_docs_theme/static/pydoctheme.css
@@ -233,10 +233,16 @@ div.sphinxsidebar input[type='text'] {
233
234
body[dir='rtl'] #sidebarbutton {
235
border-radius: 5px 0 0 5px;
236
- border-right: none;
237
border-left: none;
238
}
239
+/* Remove this when Sphinx has RTL support */
240
+
241
+body[dir='rtl'] #sidebarbutton span {
242
+ display: inline-block;
243
+ transform: scaleX(-1);
244
+}
245
246
#sidebarbutton:hover {
247
background-color: #AAAAAA;
248
0 commit comments