Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Columns named "link" display in bold #1308

Closed
simonw opened this issue Apr 24, 2021 · 3 comments
Closed

Columns named "link" display in bold #1308

simonw opened this issue Apr 24, 2021 · 3 comments

Comments

@simonw
Copy link
Owner

simonw commented Apr 24, 2021

Reported in office hours today.

@simonw
Copy link
Owner Author

simonw commented Apr 24, 2021

Here's why:

td.col-link {
font-weight: bold;
}

@simonw
Copy link
Owner Author

simonw commented Apr 24, 2021

Demo:

echo '{"link": "https://example.com/"}' | sqlite-utils insert link.db link -

link__link__1_row

@simonw
Copy link
Owner Author

simonw commented Apr 24, 2021

I can use td.type-pk instead - here's the existing HTML:

<td class="col-Link type-pk"><a href="/link/link/1">1</a></td>

@simonw simonw closed this as completed in a4bb2ab Apr 24, 2021
simonw added a commit that referenced this issue May 23, 2021
simonw added a commit that referenced this issue Jun 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant