/[sudobot]/trunk/docs/components/MDX/TableOfContents.tsx
ViewVC logotype

Diff of /trunk/docs/components/MDX/TableOfContents.tsx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 575 by rakinar2, Mon Jul 29 17:59:26 2024 UTC revision 632 by rakinar2, Thu Oct 10 17:53:11 2024 UTC
# Line 72  export default function TableOfContents( Line 72  export default function TableOfContents(
72              <h4 className="pl-[15px] mb-3 mt-4 uppercase font-bold tracking-wider text-[15px]">              <h4 className="pl-[15px] mb-3 mt-4 uppercase font-bold tracking-wider text-[15px]">
73                  On this page                  On this page
74              </h4>              </h4>
75              <ul className="list-none">              <ul className="list-none pr-2.5">
76                  {headings.map(heading => (                  {headings.map(heading => (
77                      <li key={heading.id}>                      <li key={heading.id}>
78                          <a                          <a
79                              className={`my-2 block ${                              className={`my-2 block pl-[15px] ${
80                                  activeId === heading.id || onlyOne                                  activeId === heading.id || onlyOne
81                                      ? "text-blue-500 [border-left:3px_solid_#007bff] pl-[15px]"                                      ? "text-blue-500 after:[content:'●'] after:ml-2 after:inline-block after:text-blue-500"
82                                      : "pl-[18px] hover:text-blue-500"                                      : "hover:text-blue-500"
83                              }`}                              }`}
84                              href={`#${heading.id}`}                              href={`#${heading.id}`}
85                              onClick={event => {                              onClick={event => {

Legend:
Removed from v.575  
changed lines
  Added in v.632

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26