File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
packages/gitbook/src/components/TableOfContents Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ export const PageLinkItemStyles = [
1212 'rounded-md' ,
1313 'straight-corners:rounded-none' ,
1414 'circular-corners:rounded-xl' ,
15+ 'sidebar-list-line:rounded-l-none' ,
16+ 'sidebar-list-line:circular-corners:rounded-l-none' ,
1517 'before:content-none' ,
1618 'font-normal' ,
1719 'hover:bg-tint' ,
@@ -25,7 +27,7 @@ export const ToggleableLinkItemStyles = [
2527 'text-balance font-normal text-sm text-tint-strong/7 hover:bg-tint-hover hover:text-tint-strong contrast-more:text-tint-strong' ,
2628 'contrast-more:hover:text-tint-strong contrast-more:hover:ring-1 contrast-more:hover:ring-tint-12' ,
2729 'before:contents[] before:-left-px before:absolute before:inset-y-0' ,
28- 'sidebar-list-line:rounded-l-none sidebar-list-line:before:w-px [&+div_a]:sidebar-list-default:rounded-l-none [&+div_a]:pl-5 [&+div_a]:sidebar-list-default:before:w-px' ,
30+ 'sidebar-list-line:rounded-l-none sidebar-list-line:circular-corners:rounded-l-none sidebar-list-line: before:w-px [&+div_a]:sidebar-list-default:rounded-l-none [&+div_a]:pl-5 [&+div_a]:sidebar-list-default:before:w-px' ,
2931] ;
3032
3133export const ToggleableLinkItemActiveStyles = [
You can’t perform that action at this time.
0 commit comments