docs: refresh tools page and try details tabs (#7769)
* * Added collapsible sections for Inputs and Outputs to improve readability and organization. * Removed deprecated components and clarified legacy status for certain tools. * icosa-url * details-tab-styling * code-review * input-anchor * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Update docs/docs/Components/components-tools.md Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * exa-search-url --------- Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
This commit is contained in:
parent
44e4cbcbdd
commit
178c443c26
2 changed files with 353 additions and 330 deletions
|
|
@ -388,3 +388,23 @@ body {
|
|||
);
|
||||
}
|
||||
|
||||
/* Component details styling */
|
||||
.markdown details {
|
||||
width: 100%;
|
||||
background: var(--ifm-background-color);
|
||||
border: 1px solid var(--ifm-color-emphasis-300);
|
||||
border-radius: var(--ifm-global-radius);
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.markdown details summary {
|
||||
width: 100%;
|
||||
padding: 0.5rem 1rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.markdown details > div {
|
||||
padding: 1rem;
|
||||
border-top: 1px solid var(--ifm-color-emphasis-300);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue