diff --git a/packages/ui/src/components/Table/Table.module.css b/packages/ui/src/components/Table/Table.module.css index 062860fa78..55cf235e56 100644 --- a/packages/ui/src/components/Table/Table.module.css +++ b/packages/ui/src/components/Table/Table.module.css @@ -104,15 +104,16 @@ background-color: var(--bui-bg-tint-pressed); } - &[data-disabled] { - background-color: var(--bui-bg-tint-disabled); - } - &[data-href], &[data-selection-mode], &[data-react-aria-pressable='true'] { cursor: pointer; } + + &[data-disabled] { + background-color: var(--bui-bg-tint-disabled); + cursor: not-allowed; + } } .bui-TableCell {