From e271f8a045cd5551af1bedd9035385340f07310d Mon Sep 17 00:00:00 2001 From: Danielle De Leo Date: Tue, 27 May 2025 13:37:52 -0400 Subject: [PATCH] Fix: Expandos no longer show pointer cursor on whole element --- assets/css/v2/style.css | 3 --- .../content/test-product/everything.md | 25 +++++++++++++++++-- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/assets/css/v2/style.css b/assets/css/v2/style.css index 7f5abd7..fc6bacb 100644 --- a/assets/css/v2/style.css +++ b/assets/css/v2/style.css @@ -1043,9 +1043,6 @@ details summary { details summary:hover { text-decoration-color: oklch(var(--color-brand) / 0.8); -} - -details:hover { cursor: pointer; } diff --git a/exampleSite/content/test-product/everything.md b/exampleSite/content/test-product/everything.md index d07711f..1fd3f08 100644 --- a/exampleSite/content/test-product/everything.md +++ b/exampleSite/content/test-product/everything.md @@ -66,9 +66,30 @@ This won't render anything. ## details +
+ Learn how to pin NGINX Plus to a specific version, closed by default + +And this is the content on how to do so. +
+
- Learn how to pin NGINX Plus to a specific version - And this is the content on how to do so. + example dynamic-agent.conf + +{{}} +Default location in Linux environments: `/var/lib/nginx-agent/agent-dynamic.conf` + +Default location in FreeBSD environments: `/var/db/nginx-agent/agent-dynamic.conf` +{{}} + +```yaml +# Dynamic configuration file for NGINX Agent. + +instance_group: my-instance-group +tags: + - dev + - qa +``` +
## [Heading with link](https://nginx.org/)