be mindful style for summary applies only to our details field

This commit is contained in:
Ted Unangst 2023-07-29 14:36:30 -04:00
parent fde9187832
commit 2c92593553
3 changed files with 4 additions and 2 deletions

2
go.mod
View File

@ -11,3 +11,5 @@ require (
humungus.tedunangst.com/r/go-sqlite3 v1.1.3
humungus.tedunangst.com/r/webs v0.6.63
)
replace humungus.tedunangst.com/r/webs => ../webs

View File

@ -52,7 +52,7 @@ in reply to: <a href="{{ .RID }}" rel=noreferrer>{{ .RID }}</a>
</header>
<p>
<details class="noise" {{ .Open }} >
<summary>{{ .HTPrecis }}<p></summary>
<summary class="noise">{{ .HTPrecis }}<p></summary>
<p>{{ .HTPrecis }}
<p class="content">{{ .HTML }}
{{ with .Time }}

View File

@ -309,7 +309,7 @@ input[type=file] {
.limited details.actions summary {
color: var(--fg-limited);
}
details.noise[open] summary {
details.noise[open] summary.noise {
display: none;
}
h1, h2 {