You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like for stike-through text to have a line through it. Right now it's rendering plain for me.
I started going down the path of tyring to apply a text-decoration: line-through; style to it in my userchrome.cs, but I can't figure out how to select it. In the DOM, I see that the bolded text has a tok-strong span class, but the strike-through text, despite having the tokens recognized, has no span of its own:
The text was updated successfully, but these errors were encountered:
CalebJohn
changed the title
Missing tok-strike span / strike-through text renders without line-through
[Feature Request] Missing tok-strike span / strike-through text renders without line-through
Nov 8, 2024
I'd like for stike-through text to have a line through it. Right now it's rendering plain for me.
I started going down the path of tyring to apply a
text-decoration: line-through;
style to it in my userchrome.cs, but I can't figure out how to select it. In the DOM, I see that the bolded text has atok-strong
span class, but the strike-through text, despite having the tokens recognized, has no span of its own:The text was updated successfully, but these errors were encountered: