File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.concurrency Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,14 @@ const variants = {
1515 menuButtonDivider : "group-hover/table-row:border-charcoal-600/70" ,
1616 rowSelected : "bg-charcoal-750 group-hover/table-row:bg-charcoal-750" ,
1717 } ,
18+ "bright/no-hover" : {
19+ header : "bg-transparent" ,
20+ cell : "group-hover/table-row:bg-transparent" ,
21+ stickyCell : "bg-background-bright" ,
22+ menuButton : "bg-background-bright" ,
23+ menuButtonDivider : "" ,
24+ rowSelected : "bg-charcoal-750" ,
25+ } ,
1826 dimmed : {
1927 header : "bg-background-dimmed" ,
2028 cell : "group-hover/table-row:bg-charcoal-800 group-has-[[tabindex='0']:focus]/table-row:bg-background-bright" ,
Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ function Upgradable({
331331 disabled = { unallocated < 0 ? false : allocationModified }
332332 />
333333 </ div >
334- < Table >
334+ < Table variant = "bright/no-hover" >
335335 < TableBody >
336336 < TableRow >
337337 < TableCell className = "pl-0 text-text-bright" > Extra concurrency purchased</ TableCell >
@@ -434,7 +434,7 @@ function Upgradable({
434434 < div className = "flex items-center pb-1" >
435435 < Header3 className = "grow" > Concurrency allocation</ Header3 >
436436 </ div >
437- < Table >
437+ < Table variant = "bright/no-hover" >
438438 < TableHeader >
439439 < TableRow >
440440 < TableHeaderCell className = "pl-0" > Environment</ TableHeaderCell >
@@ -523,7 +523,7 @@ function NotUpgradable({ environments }: { environments: EnvironmentWithConcurre
523523 </ >
524524 ) : null }
525525 < div className = "mt-3 flex flex-col gap-3" >
526- < Table >
526+ < Table variant = "bright/no-hover" >
527527 < TableHeader >
528528 < TableRow >
529529 < TableHeaderCell className = "pl-0" > Environment</ TableHeaderCell >
You can’t perform that action at this time.
0 commit comments