Skip to content

Commit 55e8f5a

Browse files
committed
Address review comments
1 parent 2263680 commit 55e8f5a

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

python_docs_theme/static/pydoctheme.css

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -269,14 +269,16 @@ div.body hr {
269269
height: 1px;
270270
}
271271

272-
pre,
273-
code,
274-
div.highlight,
275-
dl > dt span ~ em,
276-
.sig,
277-
.sig-param {
278-
direction: ltr;
279-
unicode-bidi: isolate;
272+
body[dir='rtl'] {
273+
& pre,
274+
& code,
275+
& div.highlight,
276+
& dl > dt span ~ em,
277+
& .sig,
278+
& .sig-param {
279+
direction: ltr;
280+
unicode-bidi: isolate;
281+
}
280282
}
281283

282284
body[dir='rtl'] .sig {
@@ -501,11 +503,6 @@ div.footer a {
501503
text-underline-offset: auto;
502504
}
503505

504-
dl > dt span ~ em,
505-
.sig {
506-
font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
507-
}
508-
509506
div.footer a:hover {
510507
color: #0095c4;
511508
}
@@ -557,7 +554,10 @@ div.footer a:hover {
557554
color: var(--threadsafety-atomic);
558555
}
559556

560-
557+
dl > dt span ~ em,
558+
.sig {
559+
font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
560+
}
561561

562562
.toctree-wrapper ul {
563563
padding-inline-start: 20px;

0 commit comments

Comments
 (0)