mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 01:47:17 +02:00
refactor: improve styles of Details component (#5402)
* refactor: improve styles of Details component * Use vendor prefix for ::marker * Wording
This commit is contained in:
parent
20fc4f6c7e
commit
0dd4892b0f
2 changed files with 10 additions and 11 deletions
|
@ -69,10 +69,10 @@ Markdown can embed HTML elements, and [`details`](https://developer.mozilla.org/
|
|||
<summary>Toggle me!</summary>
|
||||
<div>
|
||||
<div>This is the detailed content</div>
|
||||
<br/>
|
||||
<details>
|
||||
<summary>
|
||||
<div>Nested toggle!</div>
|
||||
<div>Some surprise inside...</div>
|
||||
Nested toggle! Some surprise inside...
|
||||
</summary>
|
||||
<div>
|
||||
😲😲😲😲😲
|
||||
|
@ -91,10 +91,10 @@ Markdown can embed HTML elements, and [`details`](https://developer.mozilla.org/
|
|||
<summary>Toggle me!</summary>
|
||||
<div>
|
||||
<div>This is the detailed content</div>
|
||||
<br/>
|
||||
<details>
|
||||
<summary>
|
||||
<div>Nested toggle!</div>
|
||||
<div>Some surprise inside...</div>
|
||||
Nested toggle! Some surprise inside...
|
||||
</summary>
|
||||
<div>
|
||||
😲😲😲😲😲
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue