We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5814df6 commit 3a7db3eCopy full SHA for 3a7db3e
css-pseudo-4/Overview.bs
@@ -1326,7 +1326,9 @@ Expandable contents of details element: the ''::details-content'' pseudo-element
1326
animate the opacity of the additional information
1327
when the <{details}> element opens:
1328
1329
- <pre class="lang-css">details::details-content {
+ <pre class="lang-css">
1330
+details::details-content {
1331
+ display: block;
1332
opacity: 0;
1333
transition: content-visibility 300ms allow-discrete step-end, opacity 300ms;
1334
}
0 commit comments