@@ -37,51 +37,11 @@ const testslider = html"<input>"
37
37
# ╔═╡ 13e81634-3b72-4b1d-a89b-36d184698d21
38
38
const details_css = @htl ("""
39
39
<style type="text/css">
40
- pluto-output details {
41
- border: 1px solid var(--rule-color);
42
- border-radius: 4px;
43
- padding: 0.5em 0.5em 0;
44
- margin-block-start: 0;
45
- margin-block-end: var(--pluto-cell-spacing);
46
- }
47
-
48
- pluto-output details:first-child {
49
- margin-block-start: 0;
50
- }
51
-
52
- pluto-output details:last-child {
53
- margin-block-end: 0;
54
- }
55
-
56
- pluto-output details summary {
57
- cursor: pointer;
58
- font-weight: bold;
59
- margin: -0.5em -0.5em 0;
60
- padding: 0.5em;
61
- font-family: var(--system-ui-font-stack);
62
- border-radius: 3px;
63
- transition: color .25s ease-in-out, background-color .25s ease-in-out;
64
- }
65
-
66
- pluto-output details summary:hover {
67
- color: var(--blockquote-color);
68
- background-color: var(--blockquote-bg);
69
- }
70
-
71
- pluto-output details[open] {
72
- padding: 0.5em;
73
- }
74
-
75
- pluto-output details[open] summary {
76
- border-radius: 3px 3px 0 0;
77
- border-bottom: 1px solid var(--rule-color);
78
- margin-bottom: 0.5em;
79
- }
80
-
81
40
plutoui-detail {
82
41
display: block;
83
42
margin-block-end: var(--pluto-cell-spacing);
84
43
}
44
+
85
45
plutoui-detail:last-child {
86
46
margin-block-end: 0;
87
47
}
@@ -207,7 +167,7 @@ begin
207
167
- Build **volcanic lair** 🌋
208
168
""",
209
169
@htl("<p style='font-variant: small-caps'>fantastic!</p>"),
210
- ["Cat", "Laser (Pointer) ", "Volcano"],
170
+ ["Cat", "Laser (Pointer)", "Volcano"],
211
171
Dict(
212
172
:cat => "Fluffy",
213
173
:laser => "Pointy",
0 commit comments