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

Allow to define borders for table th/td #678

Open
lcarcone opened this issue Oct 23, 2024 · 0 comments
Open

Allow to define borders for table th/td #678

lcarcone opened this issue Oct 23, 2024 · 0 comments
Assignees
Labels
design system enhancement For enhancement on existing features

Comments

@lcarcone
Copy link
Member

Some pages we want to redesign have survey results displayed in tables.

Some of these tables can have many columns and are easier to read if each column is separated (especially if there are many responses)

Such tables can be seen at https://w3c.github.io/wbs-design/html/s24-qtypes-results.html#xq13 or https://w3c.github.io/wbs-design/html/s24-qtypes-results.html#xq15 for instance.

For this results page, I added the local css rule
td, th {
border-right: solid 1px #bdbdbd;
}

Can a similar rule be added in the Design System so that it can be selected if needed ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design system enhancement For enhancement on existing features
Projects
Status: 📋 To do
Development

No branches or pull requests

3 participants