Skip to content

Commit

Permalink
feat: ANT-2534 - Add table to area and link section (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: marlenetienne <[email protected]>
  • Loading branch information
marlenetienne and marlenetienne authored Feb 3, 2025
1 parent 2e93557 commit 897ba45
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import clsx from 'clsx';

export const STRIPED_CLASSES = 'even:bg-primary-200';
export const SELECTED_ROW_CLASSES = 'bg-primary-100';
export const READONLY_ROW_CLASSES = 'pointer-events-none bg-gray-100 [&_button]:bg-gray-400 [&_button]:border-gray-400';
export const READONLY_ROW_CLASSES =
'pointer-events-none bg-gray-300 has-[:input]:color-gray-300 [&_div]:text-gray-600 [&_span]:text-gray-600 [&_button]:bg-gray-400 [&_button]:border-gray-400';
export const READONLY_SELECTED_ROW_CLASSES = 'hover:bg-gray-100';

export const tableCoreRowClassBuilder = (
Expand Down

0 comments on commit 897ba45

Please sign in to comment.