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

border in td doesn't doesn't show top border #39082

Open
3 tasks done
r4cker opened this issue Aug 21, 2023 · 1 comment
Open
3 tasks done

border in td doesn't doesn't show top border #39082

r4cker opened this issue Aug 21, 2023 · 1 comment
Labels

Comments

@r4cker
Copy link

r4cker commented Aug 21, 2023

Prerequisites

Describe the issue

I want to hightlight a cell in a table. I use the class "border border-success" but the top border doesn't show. It seems like the row border is overriding the border.

The quick fix was to change the border style to ridge :

<style>
thead, tbody, tfoot, tr, td, th {
            border-style: ridge;
}
</style>

Reduced test cases

https://codepen.io/Ben-Pouy/pen/BavywyQ

What operating system(s) are you seeing the problem on?

Windows

What browser(s) are you seeing the problem on?

Chrome

What version of Bootstrap are you using?

5.2

@Parasuramragu

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants