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

feat: Add cell borders and colors for active detour table #2788

Merged
merged 3 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! feat: Add cell borders and colors for active detour table
  • Loading branch information
joshlarson committed Sep 24, 2024
commit 7dfe67b3fc15e106243485f7a866a18776d64a09
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ exports[`DetourListPage renders detour list page 1`] = `
</span>
</div>
<table
class="mb-5 c-detours-table table-active-detour table table-hover"
class="mb-5 c-detours-table table table-active-detour table-hover"
>
<thead
class="u-hide-for-mobile"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ exports[`Detours Page: Open a Detour renders detour details modal to match mocke
</span>
</div>
<table
class="mb-5 c-detours-table table-active-detour table table-hover"
class="mb-5 c-detours-table table table-active-detour table-hover"
>
<thead
class="u-hide-for-mobile"
Expand Down
Loading