tangled
alpha
login
or
join now
vielle.dev
/
dnd-astral-powers
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
command -> popovertarget (safari D:)
vielle.dev
1 month ago
cbc3962b
204a3d0c
verified
This commit was signed with the committer's
known signature
.
vielle.dev
SSH Key Fingerprint:
SHA256:EoUuRRBFQKUfYh74C568g83i9g4fVi5OTtOENMSfa+0=
+3
-3
1 changed file
expand all
collapse all
unified
split
src
components
astral
Powers.astro
+3
-3
src/components/astral/Powers.astro
···
193
193
}
194
194
195
195
/* aestetic styles */
196
196
-
button[command] {
196
196
+
button[popovertarget] {
197
197
/* display: contents; */
198
198
border: var(--outline-size) solid var(--outline);
199
199
margin: 0;
···
320
320
var(--image-width-px)
321
321
);
322
322
323
323
-
button[command] {
323
323
+
button[popovertarget] {
324
324
width: var(--image-width);
325
325
height: var(--image-width);
326
326
border-radius: 100%;
···
379
379
}
380
380
</style>
381
381
382
382
-
<button commandfor="info" command="toggle-popover">
382
382
+
<button popovertarget="info" popovertargetaction="toggle">
383
383
<slot is:inline name="img" />
384
384
</button>
385
385