all repos — honk @ f8e622dc211804164ff2f24adbe391073cf40a82

my fork of honk

revamp details summary icon
Anirudh Oppiliappan x@icyphox.sh
Thu, 21 Sep 2023 09:38:22 +0300
commit

f8e622dc211804164ff2f24adbe391073cf40a82

parent

b353e85b32adb4d96af7f15751039bab9af25c91

1 files changed, 13 insertions(+), 2 deletions(-)

jump to
M views/style.cssviews/style.css

@@ -324,8 +324,19 @@ .honk .noise code .cm { color: var(--fg-subtle); font-style: italic; }

.honk .noise code .al { color: #aaffbb; } .honk .noise code .dl { color: #ffaabb; } -summary::marker { - content: '\2192'; +details > summary { + list-style: none; +} +details > summary::-webkit-details-marker { + display: none; +} + +details > summary:after { + content: ' \2192' +} + +details[open] > summary:after { + content: ' \2193'; } .honk details.actions summary {