mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-17 23:12:23 +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) => (
|
||||
<TableRow
|
||||
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">
|
||||
<Link
|
||||
|
Loading…
Reference in New Issue
Block a user