-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PM-7918] Design Feedback and other cleanup #136
Conversation
โฆfix incorrect filename for Create items
// https://github.com/facebook/docusaurus/issues/9665 | ||
// https://github.com/facebook/docusaurus/issues/9688 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussion on both facebook/docusaurus#9665 and facebook/docusaurus#9688 offers some workarounds, but they didn't work well here without a lot of extra refactors which I opted not to get into here.
.theme-doc-markdown > header:first-of-type details > summary { | ||
list-style: none; | ||
} | ||
.theme-doc-markdown > header:first-of-type details > summary::after { | ||
font-size: 24px; | ||
content: " โธ"; | ||
} | ||
.theme-doc-markdown > header:first-of-type details[open] > summary::after { | ||
font-size: 24px; | ||
content: " โพ"; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leftover styling from 26a4ff2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No longer needed thanks to facebook/docusaurus#10061 in v3.3.0
๐๏ธ Tracking
PM-7918
๐ Objective
Implement feedback from @danielleflinn , as well as some additional cleanup I spotted along the way
๐ธ Screenshots
๐ฆฎ Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or โน๏ธ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or ๐ญ (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or โป๏ธ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes