diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-06-21 20:50:21 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-06-23 21:10:17 -0300 |
commit | 8ab8b20b60c4bf83cfa0fa2b6320b30dacd232a9 (patch) | |
tree | 247163d5c9ea35080acb9dff6e71c49a1bbadb48 /src/content/dependencies/generateCommentaryEntry.js | |
parent | 5a68a93b5264f9058a94e3ecb16366d596e1a153 (diff) |
css: commentary time rule fixes
Diffstat (limited to 'src/content/dependencies/generateCommentaryEntry.js')
-rw-r--r-- | src/content/dependencies/generateCommentaryEntry.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/content/dependencies/generateCommentaryEntry.js b/src/content/dependencies/generateCommentaryEntry.js index 9d70ec91..01150844 100644 --- a/src/content/dependencies/generateCommentaryEntry.js +++ b/src/content/dependencies/generateCommentaryEntry.js @@ -65,8 +65,11 @@ export default { relations.textWithTooltip.slots({ attributes: {class: 'commentary-date'}, + customInteractionCue: true, + text: html.tag('time', + {class: 'text-with-tooltip-interaction-cue'}, {[html.onlyIfContent]: true}, language.$(titleCapsule, 'date', { |