diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-01-13 19:55:51 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-01-13 21:19:10 -0400 |
commit | 7cf04ff2deb4401ac9ab8d0b305658e6ac740c7e (patch) | |
tree | a20471d159026998a6405024007447bb69b827d1 /tap-snapshots/test/snapshot/linkThing.js.test.cjs | |
parent | e8f8306cf85288c1f424a4d31cfc50c2aac2ccab (diff) |
content, test: linkThing: apply color to text-with-tooltip wrapper
Diffstat (limited to 'tap-snapshots/test/snapshot/linkThing.js.test.cjs')
-rw-r--r-- | tap-snapshots/test/snapshot/linkThing.js.test.cjs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tap-snapshots/test/snapshot/linkThing.js.test.cjs b/tap-snapshots/test/snapshot/linkThing.js.test.cjs index ae46443e..9a9d453b 100644 --- a/tap-snapshots/test/snapshot/linkThing.js.test.cjs +++ b/tap-snapshots/test/snapshot/linkThing.js.test.cjs @@ -13,6 +13,7 @@ exports[`test/snapshot/linkThing.js > TAP > linkThing (snapshot) > color 1`] = ` <a href="track/showtime-piano-refrain/">Showtime (Piano Refrain)</a> <a style="--primary-color: #38f43d" href="track/showtime-piano-refrain/">Showtime (Piano Refrain)</a> <a style="--primary-color: #aaccff" href="track/showtime-piano-refrain/">Showtime (Piano Refrain)</a> +<span style="--primary-color: #aaccff" class="text-with-tooltip"><a href="track/showtime-piano-refrain/">Showtime (Piano Refrain)</a><span class="tooltip thing-name-tooltip"><span class="tooltip-content">Showtime (Piano Refrain)</span></span></span> ` exports[`test/snapshot/linkThing.js > TAP > linkThing (snapshot) > nested links in content stripped 1`] = ` |