Skip to content

Commit a98ad38

Browse files
committed
fix: update TOC styles for RTL layout by adjusting borders
1 parent 28d1150 commit a98ad38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_sass/base/_rtl.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,11 @@ html[dir='rtl'] {
441441

442442
/* TOC */
443443
#toc-wrapper {
444+
> * {
445+
border-left: none;
446+
border-right: 1px solid var(--main-border-color);
447+
}
448+
444449
ul {
445450
padding-left: 0;
446451
padding-right: 0;

0 commit comments

Comments
 (0)