mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
style(problemset): refine table row styles for better UI consistency
This commit is contained in:
parent
653402614a
commit
7f3ac2e0ec
@ -37,7 +37,7 @@ export default async function ProblemsetPage() {
|
|||||||
{problems.map((problem, index) => (
|
{problems.map((problem, index) => (
|
||||||
<TableRow
|
<TableRow
|
||||||
key={problem.id}
|
key={problem.id}
|
||||||
className="odd:bg-muted/50 odd:hover:bg-muted/50 border-none hover:bg-transparent"
|
className="h-10 border-b-0 odd:bg-muted/25 hover:text-blue-500 hover:bg-muted"
|
||||||
>
|
>
|
||||||
<TableCell className="py-2.5">
|
<TableCell className="py-2.5">
|
||||||
<Link
|
<Link
|
||||||
|
Loading…
Reference in New Issue
Block a user