Skip to content

Commit 2aace4f

Browse files
committed
Fix: Expandos no longer show pointer cursor on whole element
1 parent d9ded07 commit 2aace4f

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

assets/css/v2/style.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,9 +1043,6 @@ details summary {
10431043

10441044
details summary:hover {
10451045
text-decoration-color: oklch(var(--color-brand) / 0.8);
1046-
}
1047-
1048-
details:hover {
10491046
cursor: pointer;
10501047
}
10511048

exampleSite/content/test-product/everything.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,30 @@ This won't render anything.
6666

6767

6868
## details
69+
<details>
70+
<summary>Learn how to pin NGINX Plus to a specific version, closed by default</summary>
71+
72+
And this is the content on how to do so.
73+
</details>
74+
6975
<details open>
70-
<summary>Learn how to pin NGINX Plus to a specific version</summary>
71-
And this is the content on how to do so.
76+
<summary>example dynamic-agent.conf</summary>
77+
78+
{{<note>}}
79+
Default location in Linux environments: `/var/lib/nginx-agent/agent-dynamic.conf`
80+
81+
Default location in FreeBSD environments: `/var/db/nginx-agent/agent-dynamic.conf`
82+
{{</note>}}
83+
84+
```yaml
85+
# Dynamic configuration file for NGINX Agent.
86+
87+
instance_group: my-instance-group
88+
tags:
89+
- dev
90+
- qa
91+
```
92+
7293
</details>
7394
7495
## [Heading with link](https://nginx.org/)

0 commit comments

Comments
 (0)